diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-10-23 00:30:06 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-10-23 00:30:06 +0000 |
commit | 0977415a79779b7f939cbc1c00f12c36fca9f589 (patch) | |
tree | f3ab743497214d1c96101a2d31de2785c43b6990 /devel/p5-DateTime-Format-ICal/Makefile | |
parent | 308d799aab342cc4584e020b26fd730e9d533202 (diff) | |
download | ports-0977415a79779b7f939cbc1c00f12c36fca9f589.tar.gz ports-0977415a79779b7f939cbc1c00f12c36fca9f589.zip |
Notes
Diffstat (limited to 'devel/p5-DateTime-Format-ICal/Makefile')
-rw-r--r-- | devel/p5-DateTime-Format-ICal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-DateTime-Format-ICal/Makefile b/devel/p5-DateTime-Format-ICal/Makefile index a0351e0b55a6..b3d5a0cd7356 100644 --- a/devel/p5-DateTime-Format-ICal/Makefile +++ b/devel/p5-DateTime-Format-ICal/Makefile @@ -14,12 +14,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse and format ICal datetime and duration strings -BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ ${SITE_PERL}/DateTime/TimeZone.pm:${PORTSDIR}/devel/p5-DateTime-TimeZone \ ${SITE_PERL}/DateTime/Event/ICal.pm:${PORTSDIR}/devel/p5-DateTime-Event-ICal \ ${SITE_PERL}/DateTime/Span.pm:${PORTSDIR}/devel/p5-DateTime-Set \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes |