aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-FrontBase/Makefile
blob: 00e7f405c98790d43b9a5df0e286a520d4e51f18 (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
24
25
26
27
28
# New ports collection makefile for:	DBD::FrontBase
# Date created:		19 Jul 2007
# Whom:			Mitchell Smith <mjs@bur.st>
#
# $FreeBSD$
#

PORTNAME=	DBD-FrontBase
PORTVERSION=	1.39
CATEGORIES=	databases perl5
MASTER_SITES+=	http://www.frontbase.com/download/perl/
PKGNAMEPREFIX=	p5-
DISTNAME=	DBD-FB-${PORTVERSION}
EXTRACT_SUFX=	.tar

MAINTAINER=	mjs@bur.st
COMMENT=	DBI driver for FrontBase RDBMS server

BUILD_DEPENDS=	p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
		${LOCALBASE}/lib/libFBCAccess.a:${PORTSDIR}/databases/frontbase
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes
CFLAGS+=	-I${LOCALBASE}/include

MAN3=		DBD::FB.3

.include <bsd.port.mk>