Fix *_DEPENDS
- Add LICENSE - Add NO_ARCH - Bump PORTREVISION for dependency change
This commit is contained in:
parent
ce5b1c44b0
commit
967176cede
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444739
1 changed files with 6 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= File-Find-Rule-Perl
|
||||
PORTVERSION= 1.15
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -11,11 +11,14 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Common rules for searching for Perl things
|
||||
|
||||
BUILD_DEPENDS= p5-CPAN-Meta>=2.150010:devel/p5-CPAN-Meta \
|
||||
p5-File-Find-Rule>=0.20:devel/p5-File-Find-Rule \
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-File-Find-Rule>=0.20:devel/p5-File-Find-Rule \
|
||||
p5-Params-Util>=0.38:devel/p5-Params-Util
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
|
Loading…
Reference in a new issue