Add missing *_DEPENDS
- Add LICENSE_FILE - Add NO_ARCH - Bump PORTREVISION for dependency change
This commit is contained in:
parent
bda3fb2cdc
commit
ca22e26da7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447704
1 changed files with 5 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= MooseX-NonMoose
|
||||
PORTVERSION= 0.26
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -13,14 +13,17 @@ COMMENT= Easy subclassing of non-Moose classes
|
|||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Module-Runtime>=0:devel/p5-Module-Runtime \
|
||||
BUILD_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
|
||||
p5-Module-Runtime>=0:devel/p5-Module-Runtime \
|
||||
p5-Moose>=2:devel/p5-Moose \
|
||||
p5-Try-Tiny>=0:lang/p5-Try-Tiny
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-MooseX-InsideOut>=0:devel/p5-MooseX-InsideOut \
|
||||
p5-Test-Fatal>=0:devel/p5-Test-Fatal
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
|
Loading…
Reference in a new issue