2001-10-18 18:52:15 +00:00
|
|
|
# New ports collection makefile for: DBD::InterBase
|
|
|
|
# Date created: 15 Oct 2001
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DBD-InterBase
|
2008-01-15 21:44:41 +00:00
|
|
|
PORTVERSION= 0.48
|
2001-10-18 18:52:15 +00:00
|
|
|
CATEGORIES= databases perl5
|
2008-01-15 21:44:41 +00:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= DBD
|
2001-10-18 18:52:15 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2002-05-28 10:01:52 +00:00
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= DBI driver for InterBase RDBMS server
|
2001-10-18 18:52:15 +00:00
|
|
|
|
2005-09-16 08:01:29 +00:00
|
|
|
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
|
|
|
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
2001-10-18 18:52:15 +00:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
2006-10-31 12:03:02 +00:00
|
|
|
USE_FIREBIRD= yes
|
2001-10-18 18:52:15 +00:00
|
|
|
|
|
|
|
post-patch:
|
2005-05-17 16:09:29 +00:00
|
|
|
@${PERL} -pi -e 's,%%IB_BASE%%,${LOCALBASE},g' \
|
2001-10-18 18:52:15 +00:00
|
|
|
${WRKSRC}/Makefile.PL
|
|
|
|
|
2005-09-13 09:21:21 +00:00
|
|
|
MAN3= DBD::InterBase.3
|
2001-10-18 18:52:15 +00:00
|
|
|
|
2007-09-08 01:12:10 +00:00
|
|
|
.include <bsd.port.mk>
|