diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-06-15 17:15:38 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-06-15 17:15:38 +0000 |
commit | d9a3adb9becb7f72706a7bbed9f50e5887806d8f (patch) | |
tree | 67f6973ccf784a6c80ea2fd564657648cce22d9f /databases/p5-DBD-SQLite2 | |
parent | c61b6dcfebe5bcfc252708a2e3a902aea8f992ae (diff) | |
download | ports-d9a3adb9becb7f72706a7bbed9f50e5887806d8f.tar.gz ports-d9a3adb9becb7f72706a7bbed9f50e5887806d8f.zip |
Remove 4.x workaround
Notes
Notes:
svn path=/head/; revision=193600
Diffstat (limited to 'databases/p5-DBD-SQLite2')
-rw-r--r-- | databases/p5-DBD-SQLite2/Makefile | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/databases/p5-DBD-SQLite2/Makefile b/databases/p5-DBD-SQLite2/Makefile index 24afada953df..4c81957a92ef 100644 --- a/databases/p5-DBD-SQLite2/Makefile +++ b/databases/p5-DBD-SQLite2/Makefile @@ -7,7 +7,6 @@ PORTNAME= DBD-SQLite2 PORTVERSION= 0.33 -PORTREVISION= 0 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD @@ -16,21 +15,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provides access to SQLite2 databases through the DBI +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= DBD::SQLite2.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 - post-extract: ${RM} -f ${WRKSRC}/getsqlite.pl -.include <bsd.port.post.mk> +.include <bsd.port.mk> |