freebsd-ports/databases/p5-DBD-ODBC/Makefile
Daichi GOTO 85d19a134a update databases/p5-DBD-ODBC: 1.05 --> 1.06
PR:		53680
Submitted by:	Mathieu Arnold <m@absolight.net> (maintainer)
Pointed out by:	H.Merijn Brand and Steffen Goldner
2003-06-26 13:23:29 +00:00

31 lines
759 B
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.06
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
PKGNAMEPREFIX= p5-
MAINTAINER= m@absolight.net
COMMENT= DBD module interfacing the ODBC databases
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
LIB_DEPENDS= iodbc.3:${PORTSDIR}/databases/libiodbc
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= -o ${LOCALBASE}
MAN3= DBD::ODBC.3
post-patch:
@${REINPLACE_CMD} -e 's/[[:<:]]our[[:>:]]/my/g' \
-e 's/^ @$$(NOOP)/ @$$(NOOP)/g' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>