summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Event-ICal
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-20 01:09:05 +0000
committerjoerg <joerg>2008-06-20 01:09:05 +0000
commitd8368bbc25c90072a19b5e48f0fba26251b6877f (patch)
treebb388f6b2532587595653e67cce25229ed050cb8 /time/p5-DateTime-Event-ICal
parentf1b924fda77b6920565e56f54c9391b4dc68f8ca (diff)
downloadpkgsrc-d8368bbc25c90072a19b5e48f0fba26251b6877f.tar.gz
Add DESTDIR support.
Diffstat (limited to 'time/p5-DateTime-Event-ICal')
-rw-r--r--time/p5-DateTime-Event-ICal/Makefile7
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"