diff options
Diffstat (limited to 'dns/p5-POE-Component-Client-DNS-Recursive/Makefile')
-rw-r--r-- | dns/p5-POE-Component-Client-DNS-Recursive/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/Makefile b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile index 694d1c275d68..8e1dc855a87d 100644 --- a/dns/p5-POE-Component-Client-DNS-Recursive/Makefile +++ b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-Client-DNS-Recursive -PORTVERSION= 1.08 -PORTREVISION= 1 +PORTVERSION= 1.12 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,12 +12,14 @@ COMMENT= Recursive DNS client for POE LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \ p5-Net-IP-Minimal>=0:net/p5-Net-IP-Minimal \ p5-POE>=1.004:devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure |