diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-15 05:59:29 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-02-15 05:59:29 +0000 |
commit | 3511b34d727b752e20d32751530b84481f0de44c (patch) | |
tree | b4cf9787d86599a6f94ed25566fb7d90bcfeb652 | |
parent | - Update to 2.03 (diff) |
- Add TEST_DEPENDS
- Add USE_GMAKE=yes to ensure MAKE_JOBS_SAFE
PR: ports/165106
Submitted by: swills
Notes
Notes:
svn path=/head/; revision=291412
-rw-r--r-- | devel/p5-DateTime-Astro/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-DateTime-Astro/Makefile b/devel/p5-DateTime-Astro/Makefile index 85951b2adbec..d37afb247a12 100644 --- a/devel/p5-DateTime-Astro/Makefile +++ b/devel/p5-DateTime-Astro/Makefile @@ -22,7 +22,10 @@ LIB_DEPENDS= mpfr:${PORTSDIR}/math/mpfr RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Set>=0:${PORTSDIR}/devel/p5-DateTime-Set +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception + PERL_CONFIGURE= yes +USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAN3= DateTime::Astro.3 \ |