Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2016 22:45:26 +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: r407868 - head/devel/p5-self
Message-ID:  <201602022245.u12MjQgd085206@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Feb  2 22:45:26 2016
New Revision: 407868
URL: https://svnweb.freebsd.org/changeset/ports/407868

Log:
  - Add LICENSE
  - Update *_DEPENDS: change from >= to =
  - Add NO_ARCH

Modified:
  head/devel/p5-self/Makefile

Modified: head/devel/p5-self/Makefile
==============================================================================
--- head/devel/p5-self/Makefile	Tue Feb  2 22:45:21 2016	(r407867)
+++ head/devel/p5-self/Makefile	Tue Feb  2 22:45:26 2016	(r407868)
@@ -11,12 +11,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Provides "self" and "args" keywords in your OO program
 
-BUILD_DEPENDS=	p5-B-Hooks-Parser>0.08:${PORTSDIR}/devel/p5-B-Hooks-Parser \
-		p5-B-OPCheck>0.27:${PORTSDIR}/devel/p5-B-OPCheck \
-		p5-Devel-Declare>0.003004:${PORTSDIR}/devel/p5-Devel-Declare \
-		p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-B-Hooks-Parser>=0.08:${PORTSDIR}/devel/p5-B-Hooks-Parser \
+		p5-B-OPCheck>=0.27:${PORTSDIR}/devel/p5-B-OPCheck \
+		p5-Devel-Declare>=0.003004:${PORTSDIR}/devel/p5-Devel-Declare \
+		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 



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