aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-04-08 18:35:06 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-04-08 18:35:06 +0800
commit02305c996632067a91149a62971bc665a6906eee (patch)
treeba18019f3eae7a399b2437e2a6308ad61ca43238 /textproc
parent539573f100ac09c399b8e02955b8e7639a267a48 (diff)
downloadfreebsd-ports-gnome-02305c996632067a91149a62971bc665a6906eee.tar.gz
freebsd-ports-gnome-02305c996632067a91149a62971bc665a6906eee.tar.zst
freebsd-ports-gnome-02305c996632067a91149a62971bc665a6906eee.zip
Add LICENSE_FILE
- Add PORTSCOUT - Add NO_ARCH - Sort *_DEPENDS
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-PPI/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/textproc/p5-PPI/Makefile b/textproc/p5-PPI/Makefile
index bd76e165d6ca..5f03a4a5e157 100644
--- a/textproc/p5-PPI/Makefile
+++ b/textproc/p5-PPI/Makefile
@@ -13,20 +13,23 @@ COMMENT= Analyze and manipulate Perl code without using perl itself
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= \
+BUILD_DEPENDS= p5-Class-Inspector>=1.22:devel/p5-Class-Inspector \
p5-Clone>=0.30:devel/p5-Clone \
+ p5-File-Remove>=1.42:devel/p5-File-Remove \
p5-IO-String>=1.07:devel/p5-IO-String \
p5-List-MoreUtils>=0.16:lang/p5-List-MoreUtils \
p5-Params-Util>=1.00:devel/p5-Params-Util \
- p5-Task-Weaken>0:devel/p5-Task-Weaken \
- p5-Class-Inspector>=1.22:devel/p5-Class-Inspector \
- p5-File-Remove>=1.42:devel/p5-File-Remove
+ p5-Task-Weaken>0:devel/p5-Task-Weaken
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-NoWarnings>=0.084:devel/p5-Test-NoWarnings \
p5-Test-Object>=0.07:devel/p5-Test-Object \
p5-Test-SubCalls>=1.07:devel/p5-Test-SubCalls
+PORTSCOUT= limit:^[0-9\.]*$$
+
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure