svn commit: r458075 - head/devel/p5-Olson-Abbreviations

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 4 20:12:21 UTC 2018


Author: sunpoet
Date: Thu Jan  4 20:12:18 2018
New Revision: 458075
URL: https://svnweb.freebsd.org/changeset/ports/458075

Log:
  Fix *_DEPENDS
  
  - Add LICENSE
  - Add NO_ARCH
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/p5-Olson-Abbreviations/Makefile

Modified: head/devel/p5-Olson-Abbreviations/Makefile
==============================================================================
--- head/devel/p5-Olson-Abbreviations/Makefile	Thu Jan  4 20:12:13 2018	(r458074)
+++ head/devel/p5-Olson-Abbreviations/Makefile	Thu Jan  4 20:12:18 2018	(r458075)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Olson-Abbreviations
 PORTVERSION=	0.04
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ECARROLL
@@ -12,11 +12,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Globally unique timezones abbreviation handling
 
-RUN_DEPENDS=	p5-Moose>=0.41:devel/p5-Moose \
-		p5-MooseX-AttributeHelpers>=0:devel/p5-MooseX-AttributeHelpers \
-		p5-MooseX-ClassAttribute>=0:devel/p5-MooseX-ClassAttribute
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	p5-Moose>=0:devel/p5-Moose \
+		p5-MooseX-ClassAttribute>=0.25:devel/p5-MooseX-ClassAttribute \
+		p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list