freebsd-ports/databases/p5-DBD-SQLite2/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

24 lines
486 B
Makefile

# Created by: nork@cityfujisawa.ne.jp
# $FreeBSD$
PORTNAME= DBD-SQLite2
PORTVERSION= 0.36
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provides access to SQLite2 databases through the DBI
BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
USES= perl5
USE_PERL5= configure
MAN3= DBD::SQLite2.3
post-extract:
${RM} -f ${WRKSRC}/getsqlite.pl
.include <bsd.port.mk>