summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Interp/Makefile
blob: 38ef787b6f0368a6fbd849694b7d53c8a73ae99e (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
# New ports collection makefile for:	SQL-Interp
# Date created:	                        16 Jan 2008
# Whom:		                        Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	SQL-Interp
PORTVERSION=	1.10
CATEGORIES=	databases perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	Interpolate Perl variables into SQL with DBI

RUN_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI

PERL_CONFIGURE=	yes

MAN3=		DBIx::Interp.3 SQL::Interp.3

.include <bsd.port.mk>