aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-Net-LibIDN
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2004-04-05 09:30:50 +0000
committerErwin Lansing <erwin@FreeBSD.org>2004-04-05 09:30:50 +0000
commit2b287e0c82582505a6f4cc46a27acb2a2337b1ab (patch)
tree945179bfd88baec5358f5bc76cf22ddeb902a365 /dns/p5-Net-LibIDN
parent1605c45110910bac6e73044cd7c1e9ce5c3d55ff (diff)
downloadports-2b287e0c82582505a6f4cc46a27acb2a2337b1ab.tar.gz
ports-2b287e0c82582505a6f4cc46a27acb2a2337b1ab.zip
Notes
Diffstat (limited to 'dns/p5-Net-LibIDN')
-rw-r--r--dns/p5-Net-LibIDN/Makefile31
-rw-r--r--dns/p5-Net-LibIDN/distinfo2
-rw-r--r--dns/p5-Net-LibIDN/pkg-descr4
-rw-r--r--dns/p5-Net-LibIDN/pkg-plist8
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 000000000000..a0c46d0cd753
--- /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 000000000000..02162edf95db
--- /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 000000000000..af3b2288f01c
--- /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 000000000000..631e8c074855
--- /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