diff options
author | culot <culot@FreeBSD.org> | 2015-05-08 21:34:30 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2015-05-08 21:34:30 +0800 |
commit | 0bd3d51fa5eb994e897adadabab4fa00ad888f03 (patch) | |
tree | fd642af283c49c50f7523956ac7754dd2439b262 /dns | |
parent | 36e0e06df4a8f3749a1a51b55324c2df736c295e (diff) | |
download | freebsd-ports-gnome-0bd3d51fa5eb994e897adadabab4fa00ad888f03.tar.gz freebsd-ports-gnome-0bd3d51fa5eb994e897adadabab4fa00ad888f03.tar.zst freebsd-ports-gnome-0bd3d51fa5eb994e897adadabab4fa00ad888f03.zip |
- Reassign to the heap after sahil@'s bit was taken in for safekeeping
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-Async/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/p5-Net-DNS-Async/Makefile b/dns/p5-Net-DNS-Async/Makefile index ef63b55a50c2..3739b34db27f 100644 --- a/dns/p5-Net-DNS-Async/Makefile +++ b/dns/p5-Net-DNS-Async/Makefile @@ -8,7 +8,7 @@ CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= sahil@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Asynchronous DNS helper for high volume applications BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS |