blob: a788a328ed496c67ce14020207e7d09f7df7e462 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Template-DBI
PORTVERSION= 2.65
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Template::Plugin::DBI - Template interface to the DBI module
BUILD_DEPENDS= p5-Template-Toolkit>=0:www/p5-Template-Toolkit \
p5-DBI>=0:databases/p5-DBI \
p5-SQL-Statement>=1.28:databases/p5-SQL-Statement \
p5-MLDBM>=0:databases/p5-MLDBM
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|