diff options
author | heinz <heinz@pkgsrc.org> | 2004-02-22 17:07:18 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-02-22 17:07:18 +0000 |
commit | c8a5dfddcc68857c3769b5838399a4972fca6184 (patch) | |
tree | a3dfcde1dfedafb44283f49f3b1813e4782fd5de /security/p5-Crypt-IDEA/Makefile | |
parent | 2979df31409ddb363f2ee53fb6e36b4193d211a7 (diff) | |
download | pkgsrc-c8a5dfddcc68857c3769b5838399a4972fca6184.tar.gz |
Updated to version 1.02.
Taking maintainership.
Adapted to buildlink3.
Changes sinces 1.01
===================
Patch-ab has been incorparated into the distribution.
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" |