From 5382b797798cc96be201ca78248d644ac5b3b00a Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Mon, 2 Apr 2007 17:54:43 +0000 Subject: - Remove old Perl support from unmaintained ports in categories starting with letter b-f --- databases/p5-DBIx-Password/Makefile | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'databases/p5-DBIx-Password') diff --git a/databases/p5-DBIx-Password/Makefile b/databases/p5-DBIx-Password/Makefile index e87fd77c9d1e..2b37eca5bacd 100644 --- a/databases/p5-DBIx-Password/Makefile +++ b/databases/p5-DBIx-Password/Makefile @@ -16,6 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Allows you to create a global password file for DB passwords +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= DBIx::Password.3 @@ -24,14 +27,4 @@ MAN3= DBIx::Password.3 EXTRA_PATCHES+= ${FILESDIR}/batch.patch .endif -.include - -.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 +.include -- cgit v1.2.3