aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrix <brix@FreeBSD.org>2008-06-02 04:59:20 +0800
committerbrix <brix@FreeBSD.org>2008-06-02 04:59:20 +0800
commit067d292f6b66f6d2b0f0ed0a5a67f7dc0358a97a (patch)
treeac1a4fd9d5958b7cdec70046012708569d0452b8
parentf9e5944aca6f8a6f310f0ec7ed58b92aa66eea7a (diff)
downloadfreebsd-ports-gnome-067d292f6b66f6d2b0f0ed0a5a67f7dc0358a97a.tar.gz
freebsd-ports-gnome-067d292f6b66f6d2b0f0ed0a5a67f7dc0358a97a.tar.zst
freebsd-ports-gnome-067d292f6b66f6d2b0f0ed0a5a67f7dc0358a97a.zip
Perl XS interface for a portable traditional crypt function.
WWW: http://search.cpan.org/dist/Crypt/UnixCrypt_XS/ Approved by: erwin (mentor)
-rw-r--r--security/Makefile1
-rw-r--r--security/p5-Crypt-UnixCrypt_XS/Makefile21
-rw-r--r--security/p5-Crypt-UnixCrypt_XS/distinfo3
-rw-r--r--security/p5-Crypt-UnixCrypt_XS/pkg-descr3
-rw-r--r--security/p5-Crypt-UnixCrypt_XS/pkg-plist7
5 files changed, 35 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 5a61892b2f26..49d3706f1f7c 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -432,6 +432,7 @@
SUBDIR += p5-Crypt-Twofish
SUBDIR += p5-Crypt-Twofish2
SUBDIR += p5-Crypt-UnixCrypt
+ SUBDIR += p5-Crypt-UnixCrypt_XS
SUBDIR += p5-Crypt-X509
SUBDIR += p5-Crypt-xDBM_File
SUBDIR += p5-Data-Entropy
diff --git a/security/p5-Crypt-UnixCrypt_XS/Makefile b/security/p5-Crypt-UnixCrypt_XS/Makefile
new file mode 100644
index 000000000000..864643911d6c
--- /dev/null
+++ b/security/p5-Crypt-UnixCrypt_XS/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: Crypt-UnixCrypt_XS
+# Date created: 01 Jun 2008
+# Whom: brix@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= Crypt-UnixCrypt_XS
+PORTVERSION= 0.09
+CATEGORIES= security perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= brix@FreeBSD.org
+COMMENT= Perl XS interface for a portable traditional crypt function
+
+PERL_CONFIGURE= yes
+
+MAN3= Crypt::UnixCrypt_XS.3
+
+.include <bsd.port.mk>
diff --git a/security/p5-Crypt-UnixCrypt_XS/distinfo b/security/p5-Crypt-UnixCrypt_XS/distinfo
new file mode 100644
index 000000000000..a9e85a5e80b1
--- /dev/null
+++ b/security/p5-Crypt-UnixCrypt_XS/distinfo
@@ -0,0 +1,3 @@
+MD5 (Crypt-UnixCrypt_XS-0.09.tar.gz) = 3dbb463f39aadfd6578a8005add6abe7
+SHA256 (Crypt-UnixCrypt_XS-0.09.tar.gz) = 527c32b8b6eb50d52b081ceae4be2d748e718e40ea85940da59a3adeb3a33156
+SIZE (Crypt-UnixCrypt_XS-0.09.tar.gz) = 29173
diff --git a/security/p5-Crypt-UnixCrypt_XS/pkg-descr b/security/p5-Crypt-UnixCrypt_XS/pkg-descr
new file mode 100644
index 000000000000..a02cf5b7f63c
--- /dev/null
+++ b/security/p5-Crypt-UnixCrypt_XS/pkg-descr
@@ -0,0 +1,3 @@
+Perl XS interface for a portable traditional crypt function.
+
+WWW: http://search.cpan.org/dist/Crypt/UnixCrypt_XS/
diff --git a/security/p5-Crypt-UnixCrypt_XS/pkg-plist b/security/p5-Crypt-UnixCrypt_XS/pkg-plist
new file mode 100644
index 000000000000..5fda3501df44
--- /dev/null
+++ b/security/p5-Crypt-UnixCrypt_XS/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/UnixCrypt_XS/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/UnixCrypt_XS/UnixCrypt_XS.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/UnixCrypt_XS/UnixCrypt_XS.so
+%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/UnixCrypt_XS.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/UnixCrypt_XS
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt/