freebsd-ports/databases/p5-DBD-SQLite/Makefile
Baptiste Daroussin bdbc75280f - update to 1.33
- add licenses
- changes: http://cpansearch.perl.org/src/ADAMK/DBD-SQLite-1.33/Changes

The build system never find the local sqlite but uses the bundled one so remove the lib_depends on sqlite
2011-05-31 19:22:10 +00:00

27 lines
549 B
Makefile

# New ports collection makefile for: p5-DBD-SQLite
# Date created: 2002/03/30
# Whom: nork@cityfujisawa.ne.jp
#
# $FreeBSD$
#
PORTNAME= DBD-SQLite
PORTVERSION= 1.33
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provides access to SQLite3 databases through the DBI
LICENSE_COMB= dual
LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= DBD::SQLite.3 DBD::SQLite::Cookbook.3
.include <bsd.port.mk>