mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
987b12ab82
- Minimum Perl required version set to 5.8.0 (as defined by vendor). - Post-patch target not required anymore. Changes: http://search.cpan.org/dist/Template-DBI/Changes PR: ports/151037 Submitted by: culot@ (myself) Approved by: sahil@ (mentor), maintainer (timeout, >14 days)
29 lines
768 B
Makefile
29 lines
768 B
Makefile
# New ports collection makefile for: databases/p5-Template-DBI
|
|
# Date created: 04 December 2006
|
|
# Whom: 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= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
|
|
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${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}
|
|
|
|
PERL_CONFIGURE= 5.8.0+
|
|
|
|
MAN3= Template::DBI.3 \
|
|
Template::Plugin::DBI.3
|
|
|
|
.include <bsd.port.mk>
|