diff options
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" |