freebsd-ports/databases/p5-DBD-FrontBase/Makefile
Andrej Zverev 78504bf84d - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:31:52 +00:00

23 lines
566 B
Makefile

# Created by: 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}
USES= perl5
USE_PERL5= configure
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>