aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Template-DBI/Makefile
blob: f03e35f8f4f6b0b509e8ceaa461625f9db132627 (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=	perl@FreeBSD.org
COMMENT=	Template interface to the DBI Perl module

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_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

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>