summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-IDEA/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2001-12-30 14:28:04 +0000
committerwiz <wiz>2001-12-30 14:28:04 +0000
commit54fe4cfd409c11fb8223685465a0e74e5e100df2 (patch)
treebdc34e7d1d8fd7dd139e94fc2efe79c1c85c81d6 /security/p5-Crypt-IDEA/Makefile
parentc13f0fad681d80b7b8781f4c08e38340402c1ca7 (diff)
downloadpkgsrc-54fe4cfd409c11fb8223685465a0e74e5e100df2.tar.gz
Initial import of p5-Crypt-IDEA, provided by Sen Nagata in pkg/14158.
Perl module for the IDEA symmetric key algorithm.
Diffstat (limited to 'security/p5-Crypt-IDEA/Makefile')
-rw-r--r--security/p5-Crypt-IDEA/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile
new file mode 100644
index 00000000000..fae81555940
--- /dev/null
+++ b/security/p5-Crypt-IDEA/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/12/30 14:28:04 wiz Exp $
+#
+
+DISTNAME= Crypt-IDEA-1.01
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER= packages@netbsd.org
+#HOMEPAGE=
+COMMENT= perl5 module for the IDEA symmetric key algorithm
+
+# IDEA's license
+LICENCE= fee-based-commercial-use
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/IDEA/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"