aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-06-15 17:22:11 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-06-15 17:22:11 +0000
commit8b67490c2089435a868b57115a63a9dec0f2e7e1 (patch)
treeb201efae5b99e30a6d41fd1a359049461f9cd893 /databases
parentd9a3adb9becb7f72706a7bbed9f50e5887806d8f (diff)
downloadports-8b67490c2089435a868b57115a63a9dec0f2e7e1.tar.gz
ports-8b67490c2089435a868b57115a63a9dec0f2e7e1.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBIx-Ease/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/databases/p5-DBIx-Ease/Makefile b/databases/p5-DBIx-Ease/Makefile
index 85ca8109b0fa..6952d98561db 100644
--- a/databases/p5-DBIx-Ease/Makefile
+++ b/databases/p5-DBIx-Ease/Makefile
@@ -9,25 +9,18 @@ PORTNAME= DBIx-Ease
PORTVERSION= 0.07
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:local/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/}
-MASTER_SITE_SUBDIR= mat/:local DBIx/:cpan
+MASTER_SITE_SUBDIR= mat/:local DBIx/:cpan
PKGNAMEPREFIX= p5-
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:local,cpan
MAINTAINER= mat@FreeBSD.org
COMMENT= Less-code DBI interactions for all drivers
+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::Ease.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>