diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /textproc/p5-Plucene-Simple/Makefile | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
download | ports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz ports-597afc47baba19000afd8ec4880a2c47975b0367.zip |
Notes
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 |