svn commit: r410556 - head/devel/p5-Make
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Mar 7 20:12:56 UTC 2016
Author: sunpoet
Date: Mon Mar 7 20:12:54 2016
New Revision: 410556
URL: https://svnweb.freebsd.org/changeset/ports/410556
Log:
- Add LICENSE
- Update TEST_DEPENDS
Modified:
head/devel/p5-Make/Makefile
Modified: head/devel/p5-Make/Makefile
==============================================================================
--- head/devel/p5-Make/Makefile Mon Mar 7 20:12:50 2016 (r410555)
+++ head/devel/p5-Make/Makefile Mon Mar 7 20:12:54 2016 (r410556)
@@ -10,15 +10,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl module implementing 'make' and script
-TEST_DEPENDS= p5-Test-Compile>=0:${PORTSDIR}/devel/p5-Test-Compile
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+TEST_DEPENDS= p5-Test-Compile>=1.2.1:${PORTSDIR}/devel/p5-Test-Compile
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
post-patch:
- @${REINPLACE_CMD} -e 's|pmake|perlmake|' \
- ${WRKSRC}/Makefile.PL
+ @${REINPLACE_CMD} -e 's|pmake|perlmake|' ${WRKSRC}/Makefile.PL
@${CP} ${WRKSRC}/pmake ${WRKSRC}/perlmake
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list