summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-IDEA/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Crypt-IDEA/Makefile')
-rw-r--r--security/p5-Crypt-IDEA/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile
deleted file mode 100644
index adbe25fbf42..00000000000
--- a/security/p5-Crypt-IDEA/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2005/08/06 06:19:29 jlam Exp $
-#
-
-DISTNAME= Crypt-IDEA-1.02
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
-CATEGORIES= security perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
-
-MAINTAINER= heinz@NetBSD.org
-HOMEPAGE= http://search.cpan.org/dist/Crypt-IDEA/
-COMMENT= Perl5 module for the IDEA symmetric key algorithm
-
-# IDEA's license
-LICENCE= fee-based-commercial-use
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
-PERL5_PACKLIST= auto/Crypt/IDEA/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"