1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/databases/p5-DBI/Makefile

38 lines
766 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-DBI
# Date created: October 17th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-25 05:28:01 +00:00
# $FreeBSD$
#
PORTNAME= DBI
2001-07-23 14:24:45 +00:00
PORTVERSION= 1.19
1997-04-20 13:53:29 +00:00
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBI
PKGNAMEPREFIX= p5-
MAINTAINER= vanilla@FreeBSD.org
2000-02-27 07:27:30 +00:00
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC
PERL_CONFIGURE= yes
MAN1= dbiproxy.1 \
dbish.1
1999-02-20 10:59:16 +00:00
MAN3= Bundle::DBI.3 \
DBD::ADO.3 \
DBD::Multiplex.3 \
1999-02-20 10:59:16 +00:00
DBD::Proxy.3 \
DBI.3 \
DBI::DBD.3 \
DBI::FAQ.3 \
1999-01-21 17:50:56 +00:00
DBI::Format.3 \
DBI::ProxyServer.3 \
DBI::Shell.3 \
DBI::W32ODBC.3 \
Win32::DBIODBC.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
1999-01-21 17:50:56 +00:00
.include <bsd.port.mk>