Tweak dns/sleuth version 1.4.4
[dports.git] / dns / p5-DNS-EasyDNS / Makefile
1 # Created by: Aaron Dalton <aaron@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       DNS-EasyDNS
5 PORTVERSION=    0.04
6 CATEGORIES=     dns perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Update your EasyDNS dynamic DNS entries
12
13 BUILD_DEPENDS=  p5-libwww>=0:${PORTSDIR}/www/p5-libwww
14 RUN_DEPENDS:=   ${BUILD_DEPENDS}
15
16 USES=           perl5
17 USE_PERL5=      configure
18
19 post-install:
20 .if !defined(NOPORTDOCS)
21         @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
22         ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
23 .endif
24
25 .include <bsd.port.mk>