diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-12-21 14:08:55 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-12-21 14:08:55 +0000 |
commit | 26396dbc9568116f27a3db729dc0ee9db1a9d589 (patch) | |
tree | b208158279d6671303419c46258dc3ff800e863f | |
parent | - Upgrade to 0.07. (diff) |
- Remove dependency which is included in perl-5.8.
-rw-r--r-- | databases/p5-Class-DBI-SQLite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-Class-DBI-SQLite/Makefile b/databases/p5-Class-DBI-SQLite/Makefile index 29f31d0db92a..08a6f142c8bb 100644 --- a/databases/p5-Class-DBI-SQLite/Makefile +++ b/databases/p5-Class-DBI-SQLite/Makefile @@ -7,6 +7,7 @@ PORTNAME= Class-DBI-SQLite PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,8 +20,7 @@ RUN_DEPENDS= ${SITE_PERL}/Ima/DBI.pm:${PORTSDIR}/databases/p5-Ima-DBI \ ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ ${SITE_PERL}/SQL/Parser.pm:${PORTSDIR}/databases/p5-SQL-Statement \ ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone -BUILD_DEPENDS= ${RUN_DEPENDS} \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |