svn commit: r407868 - head/devel/p5-self

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 2 22:45:28 UTC 2016


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 at 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
 


More information about the svn-ports-all mailing list