Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2014 17:10:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346652 - head/devel/p5-Test-Differences
Message-ID:  <201403011710.s21HA2V8067019@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403011710.s21HA2V8067019>