diff options
Diffstat (limited to 'textproc/p5-Plucene-Simple/Makefile')
-rw-r--r-- | textproc/p5-Plucene-Simple/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Plucene-Simple/Makefile b/textproc/p5-Plucene-Simple/Makefile index b6ee3cebc59c..191aa8e86f32 100644 --- a/textproc/p5-Plucene-Simple/Makefile +++ b/textproc/p5-Plucene-Simple/Makefile @@ -13,13 +13,13 @@ DISTNAME= ${PORTNAME:S/-//}-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Interface to Plucene -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 +BUILD_DEPENDS= p5-Time-Piece>=1.08:devel/p5-Time-Piece \ + p5-Time-Piece-Range>=1.0:devel/p5-Time-Piece-Range \ + p5-Plucene>=1.09:textproc/p5-Plucene \ + p5-File-Find-Rule>=0.10:devel/p5-File-Find-Rule \ + p5-File-Slurp>=2002.1031:devel/p5-File-Slurp RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Class>=0.03:${PORTSDIR}/devel/p5-Test-Class +TEST_DEPENDS= p5-Test-Class>=0.03:devel/p5-Test-Class USES= perl5 USE_PERL5= modbuild |