diff options
author | swills <swills@FreeBSD.org> | 2012-04-10 09:07:25 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-04-10 09:07:25 +0800 |
commit | 1440d8865e4b6eabb22983621655d1a4dc9571fd (patch) | |
tree | 45f6fb4c04de794cf9e68b0b234af35810356e1d /textproc | |
parent | a0ed30da7983dd274d5994b44019890739385180 (diff) | |
download | freebsd-ports-graphics-1440d8865e4b6eabb22983621655d1a4dc9571fd.tar.gz freebsd-ports-graphics-1440d8865e4b6eabb22983621655d1a4dc9571fd.tar.zst freebsd-ports-graphics-1440d8865e4b6eabb22983621655d1a4dc9571fd.zip |
- Add TEST_DEPENDS to enable testing
- Expand value of BUILD_DEPENDS before assigning to RUN_DEPENDS
- Sort DEPENDS
PR: ports/166128
Approved by: maintainer timeout (lth, >2 weeks)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Perl-MinimumVersion/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Perl-MinimumVersion/Makefile b/textproc/p5-Perl-MinimumVersion/Makefile index 5713092124d..1cd1d8969eb 100644 --- a/textproc/p5-Perl-MinimumVersion/Makefile +++ b/textproc/p5-Perl-MinimumVersion/Makefile @@ -14,13 +14,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Find a minimum required version of perl for Perl code -RUN_DEPENDS= p5-File-Find-Rule>=0.32:${PORTSDIR}/devel/p5-File-Find-Rule \ +BUILD_DEPENDS= p5-File-Find-Rule>=0.32:${PORTSDIR}/devel/p5-File-Find-Rule \ p5-File-Find-Rule-Perl>=1.04:${PORTSDIR}/devel/p5-File-Find-Rule-Perl \ p5-PPI>=1.215:${PORTSDIR}/textproc/p5-PPI \ p5-Perl-Critic>=1.10.4:${PORTSDIR}/textproc/p5-Perl-Critic \ p5-Params-Util>=0.25:${PORTSDIR}/devel/p5-Params-Util \ p5-version>=0.76:${PORTSDIR}/devel/p5-version -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Script>=0:${PORTSDIR}/devel/p5-Test-Script PERL_CONFIGURE= yes |