diff options
author | seb <seb> | 2002-10-06 22:31:03 +0000 |
---|---|---|
committer | seb <seb> | 2002-10-06 22:31:03 +0000 |
commit | fb8e29d8f15b5ec17881813183bae538e564decc (patch) | |
tree | 9a6194f2110601dd0bd9dbb6ab299b781f427625 /security/p5-SHA/Makefile | |
parent | d2b1821891a4833ff4b32a6979908d57eae70ed8 (diff) | |
download | pkgsrc-fb8e29d8f15b5ec17881813183bae538e564decc.tar.gz |
Convert to buildlink2. Use perl5/module.mk.
Diffstat (limited to 'security/p5-SHA/Makefile')
-rw-r--r-- | security/p5-SHA/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-SHA/Makefile b/security/p5-SHA/Makefile index 7d2797c460d..985a0023b09 100644 --- a/security/p5-SHA/Makefile +++ b/security/p5-SHA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/11/26 06:50:18 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/10/06 22:31:09 seb Exp $ # DISTNAME= SHA-1.2 @@ -10,11 +10,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SHA/} MAINTAINER= packages@netbsd.org COMMENT= perl5 interface to the SHA1 algorithm -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/SHA/.packlist -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include "../../lang/perl5/buildlink.mk" +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |