bdbc75280f
- 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
27 lines
549 B
Makefile
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>
|