diff options
author | jadawin <jadawin@FreeBSD.org> | 2014-06-24 21:46:09 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2014-06-24 21:46:09 +0800 |
commit | 2c62b7dd3ef01975bd11e755afedbf7d2296e53c (patch) | |
tree | 4735be9a106f05fe8271897f1e5f6da90c2c8e58 /dns/p5-POE-Component-Client-DNS-Recursive/Makefile | |
parent | 50a6baa737a42ab9e4e7aff6ba52fa19f70b2172 (diff) | |
download | freebsd-ports-gnome-2c62b7dd3ef01975bd11e755afedbf7d2296e53c.tar.gz freebsd-ports-gnome-2c62b7dd3ef01975bd11e755afedbf7d2296e53c.tar.zst freebsd-ports-gnome-2c62b7dd3ef01975bd11e755afedbf7d2296e53c.zip |
- Update to 1.08
- Add LICENSE
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, 4 insertions, 1 deletions
diff --git a/dns/p5-POE-Component-Client-DNS-Recursive/Makefile b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile index 9f102144732b..7e13c4ac393f 100644 --- a/dns/p5-POE-Component-Client-DNS-Recursive/Makefile +++ b/dns/p5-POE-Component-Client-DNS-Recursive/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-Client-DNS-Recursive -PORTVERSION= 1.06 +PORTVERSION= 1.08 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Recursive DNS client for POE +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ p5-Net-IP-Minimal>=0:${PORTSDIR}/net/p5-Net-IP-Minimal \ p5-POE>=1.004:${PORTSDIR}/devel/p5-POE |