diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /security/p5-String-Random | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'security/p5-String-Random')
-rw-r--r-- | security/p5-String-Random/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-String-Random/Makefile b/security/p5-String-Random/Makefile index bd6f1b50a7b..3edc5b6bfcb 100644 --- a/security/p5-String-Random/Makefile +++ b/security/p5-String-Random/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/05/22 19:04:37 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:44 joerg Exp $ DISTNAME= String-Random-0.22 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ HOMEPAGE= http://search.cpan.org/dist/String-Random/ COMMENT= Perl module to generate random strings based on a pattern PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/String/Random/.packlist |