diff options
Diffstat (limited to 'security/p5-Crypt-IDEA/Makefile')
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index 86e18bae01c..79f6c5f76f8 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -1,21 +1,21 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 17:20:15 martti Exp $ +# $NetBSD: Makefile,v 1.6 2004/02/22 17:07:18 heinz Exp $ # -DISTNAME= Crypt-IDEA-1.01 +DISTNAME= Crypt-IDEA-1.02 PKGNAME= p5-${DISTNAME} CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} -MAINTAINER= tech-pkg@NetBSD.org -#HOMEPAGE= +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Crypt-IDEA/ COMMENT= Perl5 module for the IDEA symmetric key algorithm -USE_BUILDLINK2= YES - # IDEA's license LICENCE= fee-based-commercial-use -USE_PERL5= # defined +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/IDEA/.packlist .include "../../lang/perl5/module.mk" |