Date: Thu, 4 Jan 2018 20:12:18 +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: r458075 - head/devel/p5-Olson-Abbreviations Message-ID: <201801042012.w04KCILR055832@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801042012.w04KCILR055832>