aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Validator
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-06-18 13:49:02 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-06-18 13:49:02 +0000
commitb93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc (patch)
treecb7a0ada1fdd2f94e8d58a566a456bccdef69c6a /devel/p5-Data-Validator
parent3d129c12f3f2f38eb9c628fc4fec1a491eca754f (diff)
downloadports-b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc.tar.gz
ports-b93bdbe2d6803d6f19ea9973ab9d54f7b17e95bc.zip
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@)
Notes
Notes: svn path=/head/; revision=321187
Diffstat (limited to 'devel/p5-Data-Validator')
-rw-r--r--devel/p5-Data-Validator/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/p5-Data-Validator/Makefile b/devel/p5-Data-Validator/Makefile
index 8ac1ac24bf04..7619c44c03de 100644
--- a/devel/p5-Data-Validator/Makefile
+++ b/devel/p5-Data-Validator/Makefile
@@ -28,10 +28,4 @@ MAN3= Data::Validator.3 \
Data::Validator::Role::Sequenced.3 \
Data::Validator::Role::StrictSequenced.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>