1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/databases/p5-DBD-FrontBase/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

29 lines
674 B
Makefile

# 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= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${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>