freebsd-ports/databases/p5-DBD-ODBC/Makefile
2004-03-11 14:46:45 +00:00

40 lines
1 KiB
Makefile

# New ports collection makefile for: p5-DBD-ODBC
# Date created: Nov 30 2001
# Whom: Clive Lin <clive@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= DBD-ODBC
PORTVERSION= 1.09
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= DBD module interfacing the ODBC databases
LIB_DEPENDS= iodbc.3:${PORTSDIR}/databases/libiodbc
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= -o ${LOCALBASE}
USE_REINPLACE= yes
MAN3= DBD::ODBC.3
post-patch:
@${REINPLACE_CMD} -e 's/[[:<:]]our[[:>:]]/my/g' \
-e 's/^ @$$(NOOP)/ @$$(NOOP)/g' ${WRKSRC}/Makefile.PL
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
.else
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
.endif
.include <bsd.port.post.mk>