diff options
author | swills <swills@FreeBSD.org> | 2012-05-01 09:47:10 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-05-01 09:47:10 +0800 |
commit | 329dd0e88cc73dac00af32f1557439ab718a69a5 (patch) | |
tree | c85c543843d1999d7c5f6f5d98eb3e0f2da053a2 /dns | |
parent | 7810b79dcca121bfcd5a2d75b712b2bdb2342b4c (diff) | |
download | freebsd-ports-gnome-329dd0e88cc73dac00af32f1557439ab718a69a5.tar.gz freebsd-ports-gnome-329dd0e88cc73dac00af32f1557439ab718a69a5.tar.zst freebsd-ports-gnome-329dd0e88cc73dac00af32f1557439ab718a69a5.zip |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-Codes/Makefile | 2 | ||||
-rw-r--r-- | dns/p5-Net-DNS-ToolKit/Makefile | 2 | ||||
-rw-r--r-- | dns/p5-Net-Nslookup/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dns/p5-Net-DNS-Codes/Makefile b/dns/p5-Net-DNS-Codes/Makefile index 27b2e6db0653..550e9b29da7e 100644 --- a/dns/p5-Net-DNS-Codes/Makefile +++ b/dns/p5-Net-DNS-Codes/Makefile @@ -11,7 +11,7 @@ CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Collection of C library DNS codes PERL_CONFIGURE= yes diff --git a/dns/p5-Net-DNS-ToolKit/Makefile b/dns/p5-Net-DNS-ToolKit/Makefile index f07399840fef..1b6f970c671a 100644 --- a/dns/p5-Net-DNS-ToolKit/Makefile +++ b/dns/p5-Net-DNS-ToolKit/Makefile @@ -11,7 +11,7 @@ CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Tools for working with DNS packets BUILD_DEPENDS= ${SITE_PERL}/Net/DNS/Codes.pm:${PORTSDIR}/dns/p5-Net-DNS-Codes \ diff --git a/dns/p5-Net-Nslookup/Makefile b/dns/p5-Net-Nslookup/Makefile index c5248df3e22e..5f41e01d21fb 100644 --- a/dns/p5-Net-Nslookup/Makefile +++ b/dns/p5-Net-Nslookup/Makefile @@ -11,7 +11,7 @@ CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Provides the capabilities of the standard tool nslookup(1) BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS |