mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
903a84837f
===> Compressing manual pages for p5-DBI-1.02 /usr/local/man//man1/dbiproxy.1: No such file or directory *** Error code 1
41 lines
897 B
Makefile
41 lines
897 B
Makefile
# New ports collection makefile for: p5-DBI
|
|
# Version required: 1.02
|
|
# Date created: October 17th 1996
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.16 1998/09/16 12:48:16 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= DBI-1.02
|
|
PKGNAME= p5-DBI-1.02
|
|
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
|
|
|
|
OSVERSION!= sysctl -n kern.osreldate
|
|
.if ${OSVERSION} >= 300000
|
|
BROKEN= perl
|
|
.endif
|
|
|
|
MAN1= dbiproxy.1 \
|
|
dbish.1
|
|
MAN3= DBD::Proxy.3 \
|
|
DBI.3 \
|
|
DBI::DBD.3 \
|
|
DBI::FAQ.3 \
|
|
DBI::ProxyServer.3 \
|
|
DBI::Shell.3 \
|
|
DBI::W32ODBC.3
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
do-configure:
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|