freebsd-ports/databases/p5-DBD-SQLite2/Makefile
Norikatsu Shigemura c919c12eea Repocopy from p5-DBD-SQLite to p5-DBD-SQLite2.
o Update to 0.33.
o Remove unnecessary perl script.
o Remove a patch which was already merged.

Repo copied by:	marcus (pcvs)
2004-10-12 16:06:49 +00:00

36 lines
898 B
Makefile

# New ports collection makefile for: p5-DBD-SQLite
# Date created: 2002/03/30
# Whom: nork@cityfujisawa.ne.jp
#
# $FreeBSD$
#
PORTNAME= DBD-SQLite2
PORTVERSION= 0.33
PORTREVISION= 0
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provides access to SQLite2 databases through the 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>