summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-06-07 07:32:23 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-06-07 07:32:23 +0000
commitfd0b37847f75e929c775b68eb21273e69fe34252 (patch)
tree9a6111d7e41c84ddc1a460903c445a7e01549f75 /databases
parent- Remove unnecessary depend on PERL_LEVEL < 5.12 (diff)
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178919 Submitted by: az Approved by: maintainer (timeout)
Notes
Notes: svn path=/head/; revision=320165
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-ORLite/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/databases/p5-ORLite/Makefile b/databases/p5-ORLite/Makefile
index a9c539927bb6..3e0e181797d6 100644
--- a/databases/p5-ORLite/Makefile
+++ b/databases/p5-ORLite/Makefile
@@ -24,16 +24,4 @@ PERL_CONFIGURE= yes
MAN3= ORLite.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+= p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp
-RUN_DEPENDS+= p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp
-.endif
-
-.if ${PERL_LEVEL} < 501101
-BUILD_DEPENDS+= p5-File-Path>=2.08:${PORTSDIR}/devel/p5-File-Path
-RUN_DEPENDS+= p5-File-Path>=2.08:${PORTSDIR}/devel/p5-File-Path
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>