diff options
author | erwin <erwin@FreeBSD.org> | 2004-04-05 09:30:50 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-04-05 09:30:50 +0000 |
commit | 4316625cb1e1dbad881c1c4558812ee608784222 (patch) | |
tree | acd818ec317117ba872f5a10f99824189ade0f61 /dns | |
parent | 6afd0d157b9f3a014d83c6ebfa3213f3120fb023 (diff) | |
download | FreeBSD-ports-4316625cb1e1dbad881c1c4558812ee608784222.zip FreeBSD-ports-4316625cb1e1dbad881c1c4558812ee608784222.tar.gz |
Add p5-Net-LibIDN 0.04, this module provides access to the libidn
library.
PR: ports/63931
Submitted by: Dominik Brettnacher <domi@saargate.de>
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-LibIDN/Makefile | 31 | ||||
-rw-r--r-- | dns/p5-Net-LibIDN/distinfo | 2 | ||||
-rw-r--r-- | dns/p5-Net-LibIDN/pkg-descr | 4 | ||||
-rw-r--r-- | dns/p5-Net-LibIDN/pkg-plist | 8 |
4 files changed, 45 insertions, 0 deletions
diff --git a/dns/p5-Net-LibIDN/Makefile b/dns/p5-Net-LibIDN/Makefile new file mode 100644 index 0000000..a0c46d0 --- /dev/null +++ b/dns/p5-Net-LibIDN/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Net-LibIDN +# Date created: 06 March 2004 +# Whom: Dominik Brettnacher <domi@saargate.de> +# +# $FreeBSD$ +# + +PORTNAME= Net-LibIDN +PORTVERSION= 0.04 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/T/TH/THOR +PKGNAMEPREFIX= p5- + +MAINTAINER= domi@saargate.de +COMMENT= This module provides access to the libidn library + +LIB_DEPENDS= idn.13:${PORTSDIR}/devel/libidn + +PERL_CONFIGURE= yes +CONFIGURE_ARGS+= --with-libidn=${PREFIX}/lib --with-libidn-inc=${PREFIX}/include + +MAN3= Net::LibIDN.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/dns/p5-Net-LibIDN/distinfo b/dns/p5-Net-LibIDN/distinfo new file mode 100644 index 0000000..02162ed --- /dev/null +++ b/dns/p5-Net-LibIDN/distinfo @@ -0,0 +1,2 @@ +MD5 (Net-LibIDN-0.04.tar.gz) = dd743b5c21a3d0f8c0a5d38db2bc6a07 +SIZE (Net-LibIDN-0.04.tar.gz) = 12798 diff --git a/dns/p5-Net-LibIDN/pkg-descr b/dns/p5-Net-LibIDN/pkg-descr new file mode 100644 index 0000000..af3b228 --- /dev/null +++ b/dns/p5-Net-LibIDN/pkg-descr @@ -0,0 +1,4 @@ +This module provides Perl bindings for the GNU IDN Library (Libidn) +(see also Port devel/libidn). + +WWW: http://search.cpan.org/~thor/Net-LibIDN-0.04/ diff --git a/dns/p5-Net-LibIDN/pkg-plist b/dns/p5-Net-LibIDN/pkg-plist new file mode 100644 index 0000000..631e8c0 --- /dev/null +++ b/dns/p5-Net-LibIDN/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN/LibIDN.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN/LibIDN.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/Net/LibIDN.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LibIDN +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Net || true |