svn commit: r379950 - head/textproc/p5-Plucene-Simple
Adam Weinberger
adamw at FreeBSD.org
Wed Feb 25 19:11:49 UTC 2015
Author: adamw
Date: Wed Feb 25 19:11:48 2015
New Revision: 379950
URL: https://svnweb.freebsd.org/changeset/ports/379950
QAT: https://qat.redports.org/buildarchive/r379950/
Log:
Test::Class is a TEST depends, not BUILD/RUN.
Modified:
head/textproc/p5-Plucene-Simple/Makefile
Modified: head/textproc/p5-Plucene-Simple/Makefile
==============================================================================
--- head/textproc/p5-Plucene-Simple/Makefile Wed Feb 25 19:09:48 2015 (r379949)
+++ head/textproc/p5-Plucene-Simple/Makefile Wed Feb 25 19:11:48 2015 (r379950)
@@ -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:${POR
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
More information about the svn-ports-all
mailing list