diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-10 20:45:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-10 20:45:20 +0800 |
commit | 96cb57abee55fc5bb3cb1fca7f93678c2ac8b311 (patch) | |
tree | 6ceeb146e774d9104416e02705e39dbc73445ea3 /dns | |
parent | dba4d8805623cdd85d3ea7f2ea7c6e86fa309983 (diff) | |
download | freebsd-ports-gnome-96cb57abee55fc5bb3cb1fca7f93678c2ac8b311.tar.gz freebsd-ports-gnome-96cb57abee55fc5bb3cb1fca7f93678c2ac8b311.tar.zst freebsd-ports-gnome-96cb57abee55fc5bb3cb1fca7f93678c2ac8b311.zip |
- Add LICENSE
- Pass maintainership to perl@
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-Async/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dns/p5-Net-DNS-Async/Makefile b/dns/p5-Net-DNS-Async/Makefile index 3739b34db27f..027238f1c163 100644 --- a/dns/p5-Net-DNS-Async/Makefile +++ b/dns/p5-Net-DNS-Async/Makefile @@ -8,9 +8,12 @@ CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Asynchronous DNS helper for high volume applications +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} |