freebsd-ports/databases/p5-Template-DBI/Makefile
Andrej Zverev 43f0c9f153 - Convert to new perl framework
- Trim Makefile header

Approved by:	tobez@ (maintainer)
2013-08-05 15:05:29 +00:00

25 lines
640 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Template-DBI
PORTVERSION= 2.65
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:${PORTSDIR}/www/p5-Template-Toolkit \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-SQL-Statement>=1.28:${PORTSDIR}/databases/p5-SQL-Statement \
p5-MLDBM>=0:${PORTSDIR}/databases/p5-MLDBM
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= Template::DBI.3 \
Template::Plugin::DBI.3
.include <bsd.port.mk>