summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-10-16 12:49:03 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-10-16 12:49:03 +0000
commita34c33ffe9ce5fc20e39960ed020a5437f51c847 (patch)
tree4b6458dc26b9927c644a6bce18246aface38e89c /security
parentCorrect pkg-plist. (diff)
Add p5-Crypt-CBCeasy 0.24,
Easy things make really easy with Crypt::CBC.
Notes
Notes: svn path=/head/; revision=91428
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/p5-Crypt-CBCeasy/Makefile45
-rw-r--r--security/p5-Crypt-CBCeasy/distinfo1
-rw-r--r--security/p5-Crypt-CBCeasy/pkg-descr7
-rw-r--r--security/p5-Crypt-CBCeasy/pkg-plist5
5 files changed, 59 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 4fbdb04bea0a..d5d522f3ca05 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -209,6 +209,7 @@
SUBDIR += p5-Crypt-Blowfish_PP
SUBDIR += p5-Crypt-CAST5_PP
SUBDIR += p5-Crypt-CBC
+ SUBDIR += p5-Crypt-CBCeasy
SUBDIR += p5-Crypt-CipherSaber
SUBDIR += p5-Crypt-Cracklib
SUBDIR += p5-Crypt-Cryptix
diff --git a/security/p5-Crypt-CBCeasy/Makefile b/security/p5-Crypt-CBCeasy/Makefile
new file mode 100644
index 000000000000..a8883acbc55c
--- /dev/null
+++ b/security/p5-Crypt-CBCeasy/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: p5-Crypt-CBCeasy
+# Date created: 16 octobre 2003
+# Whom: mat
+#
+# $FreeBSD$
+#
+
+PORTNAME= Crypt-CBCeasy
+PORTVERSION= 0.24
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Crypt
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= mat@FreeBSD.org
+COMMENT= Easy things make really easy with Crypt::CBC
+
+BUILD_DEPENDS= ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
+ ${SITE_PERL}/MD5.pm:${PORTSDIR}/security/p5-MD5
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+.if !defined(WITHOUT_DES)
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES
+.endif
+.if !defined(WITHOUT_IDEA)
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Crypt/IDEA.pm:${PORTSDIR}/security/p5-Crypt-IDEA
+.endif
+.if !defined(WITHOUT_BLOWFISH)
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish
+.endif
+.if !defined(WITHOUT_BLOWFISH_PP)
+BUILD_DEPENDS+= ${SITE_PERL}/Crypt/Blowfish_PP.pm:${PORTSDIR}/security/p5-Crypt-Blowfish_PP
+.endif
+.if !defined(WITHOUT_TWOFISH2)
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Crypt/Twofish2.pm:${PORTSDIR}/security/p5-Crypt-Twofish2
+.endif
+.if !defined(WITHOUT_RIJNDAEL)
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5-Crypt-Rijndael
+.endif
+
+PERL_CONFIGURE= yes
+
+MAN3= Crypt::CBCeasy.3
+
+.include <bsd.port.mk>
diff --git a/security/p5-Crypt-CBCeasy/distinfo b/security/p5-Crypt-CBCeasy/distinfo
new file mode 100644
index 000000000000..60a766c798f6
--- /dev/null
+++ b/security/p5-Crypt-CBCeasy/distinfo
@@ -0,0 +1 @@
+MD5 (Crypt-CBCeasy-0.24.tar.gz) = 728fb6478c2ad7b13bfcb104ba073fca
diff --git a/security/p5-Crypt-CBCeasy/pkg-descr b/security/p5-Crypt-CBCeasy/pkg-descr
new file mode 100644
index 000000000000..c1bb313ec87f
--- /dev/null
+++ b/security/p5-Crypt-CBCeasy/pkg-descr
@@ -0,0 +1,7 @@
+This module is just a helper for Crypt::CBC to make simple and usual jobs just
+one-liners.
+
+WWW: http://search.cpan.org/dist/Crypt-CBCeasy/
+
+--
+mat
diff --git a/security/p5-Crypt-CBCeasy/pkg-plist b/security/p5-Crypt-CBCeasy/pkg-plist
new file mode 100644
index 000000000000..70f50f6fd34e
--- /dev/null
+++ b/security/p5-Crypt-CBCeasy/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Crypt/CBCeasy.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CBCeasy/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CBCeasy
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true