diff options
author | heinz <heinz@pkgsrc.org> | 2004-02-24 23:09:42 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-02-24 23:09:42 +0000 |
commit | 949cd7ac0e3c94d42b213d2203409afb1d451df1 (patch) | |
tree | fa2a11f99c1445e3dcd784d5efcf00a37c53e940 /security/p5-Crypt-RIPEMD160 | |
parent | 53aa3b6eeb5db2985ac4a6be466e7052bfbe4695 (diff) | |
download | pkgsrc-949cd7ac0e3c94d42b213d2203409afb1d451df1.tar.gz |
Added HOMEPAGE and adapted to buildlink3.
Diffstat (limited to 'security/p5-Crypt-RIPEMD160')
-rw-r--r-- | security/p5-Crypt-RIPEMD160/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/p5-Crypt-RIPEMD160/Makefile b/security/p5-Crypt-RIPEMD160/Makefile index aa45aee77d5..f2d909f3722 100644 --- a/security/p5-Crypt-RIPEMD160/Makefile +++ b/security/p5-Crypt-RIPEMD160/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/21 17:20:16 martti Exp $ +# $NetBSD: Makefile,v 1.8 2004/02/24 23:09:42 heinz Exp $ # DISTNAME= Crypt-RIPEMD160-0.04 @@ -8,10 +8,12 @@ CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} MAINTAINER= tech-pkg@NetBSD.org -#HOMEPAGE= +HOMEPAGE= http://search.cpan.org/dist/Crypt-RIPEMD160/ COMMENT= Perl5 module of the RIPEMD160 hash function -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/RIPEMD160/.packlist .include "../../lang/perl5/module.mk" |