2013-06-10 17:32:29 +02:00
|
|
|
# Created by: nork@cityfujisawa.ne.jp
|
2002-04-06 22:37:22 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2004-10-12 18:06:49 +02:00
|
|
|
PORTNAME= DBD-SQLite2
|
2013-06-10 17:32:29 +02:00
|
|
|
PORTVERSION= 0.36
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2002-04-06 22:37:22 +02:00
|
|
|
CATEGORIES= databases perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-04-06 22:37:22 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-08-13 17:21:20 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-22 17:16:12 +01:00
|
|
|
COMMENT= Provides access to SQLite2 databases through the DBI
|
2002-04-06 22:37:22 +02:00
|
|
|
|
2012-06-03 19:02:24 +02:00
|
|
|
BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
|
|
|
RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
2007-06-15 19:15:38 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2002-04-06 22:37:22 +02:00
|
|
|
|
2004-10-12 18:06:49 +02:00
|
|
|
post-extract:
|
|
|
|
${RM} -f ${WRKSRC}/getsqlite.pl
|
|
|
|
|
2007-06-15 19:15:38 +02:00
|
|
|
.include <bsd.port.mk>
|