aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-06-06 07:26:14 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-06-06 07:26:14 +0800
commit578e670d1a44838be8036277f84886ae6b8c600a (patch)
tree3779093c97386d3805665719c71b062a6992b992 /www
parent18d19f801a80682307b24b10072f5e3070aa9b53 (diff)
downloadfreebsd-ports-gnome-578e670d1a44838be8036277f84886ae6b8c600a.tar.gz
freebsd-ports-gnome-578e670d1a44838be8036277f84886ae6b8c600a.tar.zst
freebsd-ports-gnome-578e670d1a44838be8036277f84886ae6b8c600a.zip
Remove outdated PERL_LEVEL check
- While I'm here, add NO_ARCH With hat: perl
Diffstat (limited to 'www')
-rw-r--r--www/p5-Catalyst-Controller-RequestToken/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/www/p5-Catalyst-Controller-RequestToken/Makefile b/www/p5-Catalyst-Controller-RequestToken/Makefile
index 58f451a3a8bb..bb3d92830fa9 100644
--- a/www/p5-Catalyst-Controller-RequestToken/Makefile
+++ b/www/p5-Catalyst-Controller-RequestToken/Makefile
@@ -18,13 +18,8 @@ BUILD_DEPENDS= p5-Catalyst-Action-RenderView>=0:www/p5-Catalyst-Action-RenderVie
p5-MRO-Compat>=0:devel/p5-MRO-Compat
RUN_DEPENDS:= ${BUILD_DEPENDS}
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200
-TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>