2002-04-06 22:37:22 +02:00
|
|
|
# New ports collection makefile for: p5-DBD-SQLite
|
|
|
|
# Date created: 2002/03/30
|
|
|
|
# Whom: nork@cityfujisawa.ne.jp
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2004-10-12 18:10:31 +02:00
|
|
|
PORTNAME= DBD-SQLite
|
2004-10-12 18:21:26 +02:00
|
|
|
PORTVERSION= 1.07
|
2004-10-12 17:59:16 +02:00
|
|
|
PORTREVISION= 0
|
2002-04-06 22:37:22 +02:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= DBD
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-08-13 17:21:20 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-10-14 21:54:20 +02:00
|
|
|
COMMENT= Provides access to SQLite3 databases through the DBI
|
2002-04-06 22:37:22 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2004-10-12 18:10:31 +02:00
|
|
|
MAN3= DBD::SQLite.3
|
2002-04-06 22:37:22 +02:00
|
|
|
|
2003-09-16 07:43:52 +02:00
|
|
|
.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
|
|
|
|
|
2004-10-12 17:59:16 +02:00
|
|
|
post-extract:
|
|
|
|
${RM} -f ${WRKSRC}/getsqlite.pl
|
|
|
|
|
2003-09-16 07:43:52 +02:00
|
|
|
.include <bsd.port.post.mk>
|