diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-12-29 12:36:59 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-12-29 12:36:59 +0800 |
commit | 9f61d21c25b7a032667e403e14b540f4a0d8caf4 (patch) | |
tree | 3eed1465f2fbde952f33e125aa86f7ef5171f2e9 /dns | |
parent | be3a9859c926957b6a024c37930cc4bd2e443a58 (diff) | |
download | freebsd-ports-gnome-9f61d21c25b7a032667e403e14b540f4a0d8caf4.tar.gz freebsd-ports-gnome-9f61d21c25b7a032667e403e14b540f4a0d8caf4.tar.zst freebsd-ports-gnome-9f61d21c25b7a032667e403e14b540f4a0d8caf4.zip |
- Reassign to the heap at maintainer's request
Approved by: portmgr
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-LibIDN/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dns/p5-Net-LibIDN/Makefile b/dns/p5-Net-LibIDN/Makefile index 71a94305e5a5..3a07426cbeb9 100644 --- a/dns/p5-Net-LibIDN/Makefile +++ b/dns/p5-Net-LibIDN/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-LibIDN -# Date created: 06 March 2004 -# Whom: Dominik Brettnacher <domi@saargate.de> -# +# Created by: Dominik Brettnacher <domi@saargate.de> # $FreeBSD$ -# PORTNAME= Net-LibIDN PORTVERSION= 0.12 @@ -12,7 +8,7 @@ CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= domi@nonsensss.de +MAINTAINER= ports@FreeBSD.org COMMENT= This module provides access to the libidn library LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn |