summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-CBC/Makefile
diff options
context:
space:
mode:
authorexplorer <explorer@pkgsrc.org>2001-01-18 18:24:43 +0000
committerexplorer <explorer@pkgsrc.org>2001-01-18 18:24:43 +0000
commit323b9cbf360ecd42360ce82babf546138c7156bd (patch)
tree3cb099f5dd664415cae9cc1340a4d508477cd8ca /security/p5-Crypt-CBC/Makefile
parent8ed768d6abd91518c3235f114a6740444e25afbd (diff)
downloadpkgsrc-323b9cbf360ecd42360ce82babf546138c7156bd.tar.gz
add p5-Crypt-CBC, a cypher block chaining module which works with various crypto algorithms.
Diffstat (limited to 'security/p5-Crypt-CBC/Makefile')
-rw-r--r--security/p5-Crypt-CBC/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile
new file mode 100644
index 00000000000..e012b0bfaad
--- /dev/null
+++ b/security/p5-Crypt-CBC/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2001/01/18 18:24:43 explorer Exp $
+# FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:23 jfitz Exp
+#
+
+DISTNAME= Crypt-CBC-1.25
+PKGNAME= p5-Crypt-CBC-1.25
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER= packages@netbsd.org
+#HOMEPAGE=
+
+DEPENDS+= p5-Digest-MD5:../../security/p5-Digest-MD5
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/CBC/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"