diff options
author | az <az@FreeBSD.org> | 2013-06-07 15:32:23 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-06-07 15:32:23 +0800 |
commit | 4bafb2bfdea930f92db8c31095108fb9af6e2154 (patch) | |
tree | 9a6111d7e41c84ddc1a460903c445a7e01549f75 /databases | |
parent | 15dfc93ab2c6016472a121a9f461b17d7fc5745b (diff) | |
download | freebsd-ports-gnome-4bafb2bfdea930f92db8c31095108fb9af6e2154.tar.gz freebsd-ports-gnome-4bafb2bfdea930f92db8c31095108fb9af6e2154.tar.zst freebsd-ports-gnome-4bafb2bfdea930f92db8c31095108fb9af6e2154.zip |
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178919
Submitted by: az
Approved by: maintainer (timeout)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-ORLite/Makefile | 14 |
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> |