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-03 12:12:13 +02:00
|
|
|
PORTVERSION= 1.38
|
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
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= vanilla@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
|
|
|
|
2003-09-13 11:00:10 +02:00
|
|
|
CONFLICTS= p5-DBI-137-1.37
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
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
|
|
|
|
|
2003-09-03 14:21:26 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
2003-09-13 11:00:10 +02:00
|
|
|
IGNORE= Please install databases/p5-DBI-137 and try again
|
2003-09-03 14:21:26 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|