aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Template-DBI/Makefile
blob: b2446e09bb035e5744b5ef01e85fed3d92fb8461 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
WWW=		https://metacpan.org/release/Template-DBI

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>