aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Tree
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-06-30 10:07:59 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-06-30 10:07:59 +0000
commit8437b557e8bdf2b2289c5ec12fe745b134fbd2fc (patch)
treebb80095d04fe4e4932d35a2d27ccd0bc5be72d02 /databases/p5-DBIx-Tree
parenta3d6dac88077b27aadc60b45aadabe4713c7bcdd (diff)
downloadports-8437b557e8bdf2b2289c5ec12fe745b134fbd2fc.tar.gz
ports-8437b557e8bdf2b2289c5ec12fe745b134fbd2fc.zip
Remove 4.x workaround
PR: 113734 Submitted by: erwin Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=194515
Diffstat (limited to 'databases/p5-DBIx-Tree')
-rw-r--r--databases/p5-DBIx-Tree/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/databases/p5-DBIx-Tree/Makefile b/databases/p5-DBIx-Tree/Makefile
index 69da4069e17a..0fd6d7905b37 100644
--- a/databases/p5-DBIx-Tree/Makefile
+++ b/databases/p5-DBIx-Tree/Makefile
@@ -15,18 +15,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= pgollucci@p6m7g8.com
COMMENT= Perl module for generating a tree from a self-referential table
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+
PERL_CONFIGURE= yes
MAN3= DBIx::Tree.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
-.else
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>