1996-10-24 01:52:52 +02:00
|
|
|
# New ports collection makefile for: p5-DBI
|
|
|
|
# Date created: October 17th 1996
|
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1996-10-24 01:52:52 +02:00
|
|
|
#
|
|
|
|
|
2000-06-17 04:37:15 +02:00
|
|
|
PORTNAME= DBI
|
2003-09-13 10:55:05 +02:00
|
|
|
PORTVERSION= 1.37
|
2006-05-10 12:16:36 +02:00
|
|
|
PORTREVISION= 1
|
1997-04-20 15:53:29 +02:00
|
|
|
CATEGORIES= databases perl5
|
1996-11-17 04:18:45 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= DBI
|
2000-06-17 04:37:15 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1996-10-24 01:52:52 +02:00
|
|
|
|
2006-05-10 12:16:36 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= The perl5 Database Interface. Required for DBD::* modules
|
1998-08-18 04:51:16 +02:00
|
|
|
|
2003-05-19 07:27:22 +02:00
|
|
|
.if defined(WITH_PROXY)
|
2003-05-06 11:57:50 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC
|
2002-10-26 16:56:47 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2003-05-19 07:27:22 +02:00
|
|
|
.endif
|
1996-10-24 01:52:52 +02:00
|
|
|
|
2004-05-18 13:21:45 +02:00
|
|
|
CONFLICTS= p5-DBI-1.[!3]*
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2004-05-18 13:21:45 +02:00
|
|
|
LATEST_LINK= p5-DBI-137
|
1998-10-12 06:04:28 +02:00
|
|
|
|
2003-03-04 16:40:40 +01:00
|
|
|
MAN1= dbiprof.1 \
|
|
|
|
dbiproxy.1
|
1999-02-20 11:59:16 +01:00
|
|
|
MAN3= Bundle::DBI.3 \
|
|
|
|
DBD::Proxy.3 \
|
1998-08-18 04:51:16 +02:00
|
|
|
DBI.3 \
|
2002-06-15 15:21:23 +02:00
|
|
|
DBI::Const::GetInfo::ANSI.3 \
|
|
|
|
DBI::Const::GetInfo::ODBC.3 \
|
|
|
|
DBI::Const::GetInfoReturn.3 \
|
|
|
|
DBI::Const::GetInfoType.3 \
|
1998-08-18 04:51:16 +02:00
|
|
|
DBI::DBD.3 \
|
2003-03-04 16:40:40 +01:00
|
|
|
DBI::DBD::Metadata.3 \
|
1998-08-18 04:51:16 +02:00
|
|
|
DBI::FAQ.3 \
|
2002-06-15 15:21:23 +02:00
|
|
|
DBI::Profile.3 \
|
2003-02-24 08:11:55 +01:00
|
|
|
DBI::ProfileData.3 \
|
|
|
|
DBI::ProfileDumper.3 \
|
|
|
|
DBI::ProfileDumper::Apache.3 \
|
1998-08-18 04:51:16 +02:00
|
|
|
DBI::ProxyServer.3 \
|
2002-06-15 15:21:23 +02:00
|
|
|
DBI::PurePerl.3 \
|
1999-10-23 10:28:46 +02:00
|
|
|
DBI::W32ODBC.3 \
|
|
|
|
Win32::DBIODBC.3
|
1997-04-20 23:26:49 +02:00
|
|
|
|
2003-05-19 07:27:22 +02:00
|
|
|
.if !defined(WITH_PROXY)
|
|
|
|
pre-everything::
|
|
|
|
@${ECHO_CMD} "If you need DBI::Proxy, try to set WITH_PROXY."
|
|
|
|
@${ECHO_CMD} ""
|
|
|
|
@sleep 1
|
|
|
|
.endif
|
|
|
|
|
2006-05-10 12:16:36 +02:00
|
|
|
post-patch:
|
|
|
|
@${RM} -f ${WRKSRC}/lib/DBI/ProxyServer.pm.orig
|
|
|
|
|
2003-09-13 10:55:05 +02:00
|
|
|
.include <bsd.port.mk>
|