1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/databases/p5-DBI-137/Makefile

39 lines
892 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-DBI
1999-07-12 06:08:04 +00:00
# Version required: 1.12
# Date created: October 17th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-07-12 06:08:04 +00:00
# $Id: Makefile,v 1.21 1999/02/20 10:59:16 vanilla Exp $
#
1999-07-12 06:08:04 +00:00
DISTNAME= DBI-1.12
PKGNAME= p5-DBI-1.12
1997-04-20 13:53:29 +00:00
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBI
MAINTAINER= vanilla@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/RPC/pServer.pm:${PORTSDIR}/net/p5-pRPC
USE_PERL5= YES
1999-01-21 17:50:56 +00:00
CONFIGURE_ARGS= PREFIX=${PREFIX}
MAN1= dbiproxy.1 \
dbish.1
1999-02-20 10:59:16 +00:00
MAN3= Bundle::DBI.3 \
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
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
1999-01-21 17:50:56 +00:00
@ cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS}
1999-01-21 17:50:56 +00:00
.include <bsd.port.mk>