freebsd-ports/databases/p5-DBD-SQLite/Makefile
2011-12-01 10:50:31 +00:00

28 lines
580 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.35
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ADAMK
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>