aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-PgLite
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-29 04:56:59 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-29 04:56:59 +0000
commit3efe84fba63bb6480ec52c1370d1c892147203c8 (patch)
treee0ba4d40ccb9417ba60436c0576add3a6fea9fdd /databases/p5-DBD-PgLite
parent417d5cf217d9db43cbf2077dc7885e8a9f57d353 (diff)
downloadports-3efe84fba63bb6480ec52c1370d1c892147203c8.tar.gz
ports-3efe84fba63bb6480ec52c1370d1c892147203c8.zip
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 17). Approved by: portmgr (itetcu)
Notes
Notes: svn path=/head/; revision=248784
Diffstat (limited to 'databases/p5-DBD-PgLite')
-rw-r--r--databases/p5-DBD-PgLite/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/p5-DBD-PgLite/Makefile b/databases/p5-DBD-PgLite/Makefile
index 5befb8744eae..2185b5fb61d7 100644
--- a/databases/p5-DBD-PgLite/Makefile
+++ b/databases/p5-DBD-PgLite/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DBD-PgLite
PORTVERSION= 0.11
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,10 +16,7 @@ MAINTAINER= tobez@FreeBSD.org
COMMENT= PostgreSQL emulation mode for SQLite
RUN_DEPENDS= p5-DBD-SQLite>=1.0:${PORTSDIR}/databases/p5-DBD-SQLite \
- p5-Storable>=2.0:${PORTSDIR}/devel/p5-Storable \
- p5-MIME-Base64>=2.0:${PORTSDIR}/converters/p5-MIME-Base64 \
p5-Text-Iconv>=1.0:${PORTSDIR}/converters/p5-Text-Iconv \
- p5-Digest-MD5>=2.0:${PORTSDIR}/security/p5-Digest-MD5 \
p5-DBI>=1.30:${PORTSDIR}/databases/p5-DBI
BUILD_DEPENDS= ${RUN_DEPENDS}