aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-AnyDBD
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-04-03 01:54:43 +0800
committergabor <gabor@FreeBSD.org>2007-04-03 01:54:43 +0800
commit6ac2593e279e4667075e7f256a649135679c7b67 (patch)
treed4dc8901060e5ed8345db8afc0f53eb8ce647379 /databases/p5-DBIx-AnyDBD
parenta10cdc0f9c205c26d0cc10db4811aa1d3397afa2 (diff)
downloadfreebsd-ports-gnome-6ac2593e279e4667075e7f256a649135679c7b67.tar.gz
freebsd-ports-gnome-6ac2593e279e4667075e7f256a649135679c7b67.tar.zst
freebsd-ports-gnome-6ac2593e279e4667075e7f256a649135679c7b67.zip
- Remove old Perl support from unmaintained ports in categories starting
with letter b-f
Diffstat (limited to 'databases/p5-DBIx-AnyDBD')
-rw-r--r--databases/p5-DBIx-AnyDBD/Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/databases/p5-DBIx-AnyDBD/Makefile b/databases/p5-DBIx-AnyDBD/Makefile
index 6e011cb42e5d..3969e46b5c3b 100644
--- a/databases/p5-DBIx-AnyDBD/Makefile
+++ b/databases/p5-DBIx-AnyDBD/Makefile
@@ -15,18 +15,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= DBD independant class
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
PERL_CONFIGURE= yes
MAN3= DBIx::AnyDBD.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>