aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-06-06 07:24:42 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-06-06 07:24:42 +0800
commitae8ace19188afaf83e50f701a0cc0060d381f4a9 (patch)
treefec4eebb16ffdf77084c0beb5f0270d31f0ebbd0 /devel
parent475b658a4a472e1cfce166440f3bdc925534d36c (diff)
downloadfreebsd-ports-gnome-ae8ace19188afaf83e50f701a0cc0060d381f4a9.tar.gz
freebsd-ports-gnome-ae8ace19188afaf83e50f701a0cc0060d381f4a9.tar.zst
freebsd-ports-gnome-ae8ace19188afaf83e50f701a0cc0060d381f4a9.zip
Remove outdated PERL_LEVEL check
- While I'm here, add NO_ARCH With hat: perl
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Test-CleanNamespaces/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/p5-Test-CleanNamespaces/Makefile b/devel/p5-Test-CleanNamespaces/Makefile
index 3d304a67d90a..40bc5c874a31 100644
--- a/devel/p5-Test-CleanNamespaces/Makefile
+++ b/devel/p5-Test-CleanNamespaces/Makefile
@@ -25,16 +25,11 @@ TEST_DEPENDS= p5-Test-Deep>0:devel/p5-Test-Deep \
p5-Test-Requires>0:devel/p5-Test-Requires \
p5-Test-Warnings>=0.009:devel/p5-Test-Warnings
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
PLIST_FILES= %%SITE_PERL%%/Test/CleanNamespaces.pm \
%%PERL5_MAN3%%/Test::CleanNamespaces.3.gz
-.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>