svn commit: r328392 - head/archivers/p5-Archive-Any-Lite
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Sep 26 16:49:07 UTC 2013
Author: sunpoet
Date: Thu Sep 26 16:49:06 2013
New Revision: 328392
URL: http://svnweb.freebsd.org/changeset/ports/328392
Log:
- Add more TEST_DEPENDS
- Support STAGEDIR
Modified:
head/archivers/p5-Archive-Any-Lite/Makefile
head/archivers/p5-Archive-Any-Lite/pkg-plist
Modified: head/archivers/p5-Archive-Any-Lite/Makefile
==============================================================================
--- head/archivers/p5-Archive-Any-Lite/Makefile Thu Sep 26 16:47:39 2013 (r328391)
+++ head/archivers/p5-Archive-Any-Lite/Makefile Thu Sep 26 16:49:06 2013 (r328392)
@@ -15,14 +15,12 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Test-Pod>=1.18:${PORTSDIR}/devel/p5-Test-Pod \
+TEST_DEPENDS= p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager \
+ p5-Test-Pod>=1.18:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
p5-Test-UseAllModules>=0.10:${PORTSDIR}/devel/p5-Test-UseAllModules
USE_PERL5= configure
USES= perl5
-NO_STAGE= yes
-
-MAN3= Archive::Any::Lite.3
.include <bsd.port.mk>
Modified: head/archivers/p5-Archive-Any-Lite/pkg-plist
==============================================================================
--- head/archivers/p5-Archive-Any-Lite/pkg-plist Thu Sep 26 16:47:39 2013 (r328391)
+++ head/archivers/p5-Archive-Any-Lite/pkg-plist Thu Sep 26 16:49:06 2013 (r328392)
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Archive/Any/Lite.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Any/Lite/.packlist
+%%PERL5_MAN3%%/Archive::Any::Lite.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Any/Lite
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Any
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive
More information about the svn-ports-head
mailing list