mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
Fix *_DEPENDS
- Add LICENSE - Add NO_ARCH - Bump PORTREVISION for dependency change
This commit is contained in:
parent
fb399dfaf9
commit
545a3810d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458075
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user