svn commit: r346652 - head/devel/p5-Test-Differences
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 1 17:10:02 UTC 2014
Author: sunpoet
Date: Sat Mar 1 17:10:01 2014
New Revision: 346652
URL: http://svnweb.freebsd.org/changeset/ports/346652
QAT: https://qat.redports.org/buildarchive/r346652/
Log:
- Add LICENSE
- Remove outdated PERL_LEVEL check
Modified:
head/devel/p5-Test-Differences/Makefile
Modified: head/devel/p5-Test-Differences/Makefile
==============================================================================
--- head/devel/p5-Test-Differences/Makefile Sat Mar 1 17:06:15 2014 (r346651)
+++ head/devel/p5-Test-Differences/Makefile Sat Mar 1 17:10:01 2014 (r346652)
@@ -12,18 +12,15 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$
MAINTAINER= perl at FreeBSD.org
COMMENT= Test::Differences - Test strings and data structures for differences
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Text-Diff>=0.35:${PORTSDIR}/textproc/p5-Text-Diff
-RUN_DEPENDS= p5-Text-Diff>=0.35:${PORTSDIR}/textproc/p5-Text-Diff
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PORTSCOUT= skipv:0.4801
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-RUN_DEPENDS+= p5-Data-Dumper>=2.126:${PORTSDIR}/devel/p5-Data-Dumper
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list