diff options
author | adamw <adamw@FreeBSD.org> | 2015-02-26 03:11:48 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-02-26 03:11:48 +0800 |
commit | f3cfed8a3413a95004dc2cdca8de550762c34254 (patch) | |
tree | 2560868a3fd7bf8f323c89a376277327272f6ebd /textproc | |
parent | 0ad53918c2a3e505c96f21b3dcfaf197334f5ee2 (diff) | |
download | freebsd-ports-gnome-f3cfed8a3413a95004dc2cdca8de550762c34254.tar.gz freebsd-ports-gnome-f3cfed8a3413a95004dc2cdca8de550762c34254.tar.zst freebsd-ports-gnome-f3cfed8a3413a95004dc2cdca8de550762c34254.zip |
Test::Class is a TEST depends, not BUILD/RUN.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Plucene-Simple/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Plucene-Simple/Makefile b/textproc/p5-Plucene-Simple/Makefile index b8a13fc808a3..b6ee3cebc59c 100644 --- a/textproc/p5-Plucene-Simple/Makefile +++ b/textproc/p5-Plucene-Simple/Makefile @@ -3,7 +3,7 @@ PORTNAME= Plucene-Simple DISTVERSION= 1.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:STRYTOAST @@ -17,9 +17,9 @@ BUILD_DEPENDS= p5-Time-Piece>=1.08:${PORTSDIR}/devel/p5-Time-Piece \ p5-Time-Piece-Range>=1.0:${PORTSDIR}/devel/p5-Time-Piece-Range \ p5-Plucene>=1.09:${PORTSDIR}/textproc/p5-Plucene \ p5-File-Find-Rule>=0.10:${PORTSDIR}/devel/p5-File-Find-Rule \ - p5-File-Slurp>=2002.1031:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Test-Class>=0.03:${PORTSDIR}/devel/p5-Test-Class + p5-File-Slurp>=2002.1031:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Class>=0.03:${PORTSDIR}/devel/p5-Test-Class USES= perl5 USE_PERL5= modbuild |