diff options
author | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
commit | d8368bbc25c90072a19b5e48f0fba26251b6877f (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /time/p5-DateTime-Format-Strptime | |
parent | f1b924fda77b6920565e56f54c9391b4dc68f8ca (diff) | |
download | pkgsrc-d8368bbc25c90072a19b5e48f0fba26251b6877f.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'time/p5-DateTime-Format-Strptime')
-rw-r--r-- | time/p5-DateTime-Format-Strptime/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/p5-DateTime-Format-Strptime/Makefile b/time/p5-DateTime-Format-Strptime/Makefile index 7bc01720289..e26dceedf92 100644 --- a/time/p5-DateTime-Format-Strptime/Makefile +++ b/time/p5-DateTime-Format-Strptime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/06/07 11:46:16 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:39 joerg Exp $ DISTNAME= DateTime-Format-Strptime-1.0700 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= abs@NetBSD.org HOMEPAGE= http://search.cpan.org/~rickm/DateTime-Format-Strptime/ COMMENT= Parse and format strp and strf time patterns +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-DateTime>=0.14:../../time/p5-DateTime PERL5_PACKLIST= auto/DateTime/Format/Strptime/.packlist |