diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
commit | 3b0d97b0de8516db29699676c860489da3f7f0e1 (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /time/p5-DateTime-Event-ICal | |
parent | 10abca39942a8f34d088f39ccc073fee44271274 (diff) | |
download | pkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'time/p5-DateTime-Event-ICal')
-rw-r--r-- | time/p5-DateTime-Event-ICal/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/time/p5-DateTime-Event-ICal/Makefile b/time/p5-DateTime-Event-ICal/Makefile index 27e868580d3..9fcbee7ac05 100644 --- a/time/p5-DateTime-Event-ICal/Makefile +++ b/time/p5-DateTime-Event-ICal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/06/06 12:10:54 markd Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:39 joerg Exp $ DISTNAME= DateTime-Event-ICal-0.09 PKGNAME= p5-${DISTNAME} @@ -9,11 +9,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/DateTime-Event-ICal COMMENT= DateTime extension for computing rfc2445 recurrences +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-DateTime>=0.36:../../time/p5-DateTime DEPENDS+= p5-DateTime-Event-Recurrence>=0.16:../../time/p5-DateTime-Event-Recurrence -PKG_INSTALLATION_TYPES= overwrite pkgviews - PERL5_PACKLIST= auto/DateTime/Event/ICal/.packlist .include "../../lang/perl5/module.mk" |