diff options
Diffstat (limited to 'security/p5-SHA/Makefile')
-rw-r--r-- | security/p5-SHA/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-SHA/Makefile b/security/p5-SHA/Makefile index a780d853183..e54fb622e6a 100644 --- a/security/p5-SHA/Makefile +++ b/security/p5-SHA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:37 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:44 joerg Exp $ # DISTNAME= SHA-1.2 @@ -11,6 +11,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SHA/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 interface to the SHA1 algorithm +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/SHA/.packlist .include "../../lang/perl5/module.mk" |