aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2018-10-20 23:54:50 +0800
committerzi <zi@FreeBSD.org>2018-10-20 23:54:50 +0800
commitc8517479f15c2e9169806e864ca5f43d34c96509 (patch)
tree957c2891b5b8a8c2463f37020c0484071946e59b
parent5402363f5afc006274c74a037bf8c8eb992362b3 (diff)
downloadfreebsd-ports-gnome-c8517479f15c2e9169806e864ca5f43d34c96509.tar.gz
freebsd-ports-gnome-c8517479f15c2e9169806e864ca5f43d34c96509.tar.zst
freebsd-ports-gnome-c8517479f15c2e9169806e864ca5f43d34c96509.zip
- Add additional dependency
- Bump PORTREVISION
-rw-r--r--devel/p5-MooX-Aliases/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-MooX-Aliases/Makefile b/devel/p5-MooX-Aliases/Makefile
index 0308d6143fbf..d8e3618f562d 100644
--- a/devel/p5-MooX-Aliases/Makefile
+++ b/devel/p5-MooX-Aliases/Makefile
@@ -3,6 +3,7 @@
PORTNAME= MooX-Aliases
PORTVERSION= 0.001006
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HAARG
@@ -15,7 +16,8 @@ LICENSE= ARTPERL10
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Moo>0:devel/p5-Moo \
- p5-Class-Method-Modifiers>0:devel/p5-Class-Method-Modifiers
+ p5-Class-Method-Modifiers>0:devel/p5-Class-Method-Modifiers \
+ p5-strictures>0:devel/p5-strictures
NO_ARCH= yes
USES= perl5