aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBI/Makefile
blob: 574213b1795f54f5aa038feb20029b7a9dd662ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# New ports collection makefile for:    p5-DBI
# Date created:             October 17th 1996
# Whom:                     James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   DBI
PORTVERSION=    1.28
CATEGORIES= databases perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBI
PKGNAMEPREFIX=  p5-

MAINTAINER= vanilla@FreeBSD.org

BUILD_DEPENDS=  ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN1=       dbiproxy.1 \
        dbish.1
MAN3=       Bundle::DBI.3 \
        DBD::Proxy.3 \
        DBI.3 \
        DBI::Const::GetInfo::ANSI.3 \
        DBI::Const::GetInfo::ODBC.3 \
        DBI::Const::GetInfoReturn.3 \
        DBI::Const::GetInfoType.3 \
        DBI::DBD.3 \
        DBI::FAQ.3 \
        DBI::Format.3 \
        DBI::Profile.3 \
        DBI::ProxyServer.3 \
        DBI::PurePerl.3 \
        DBI::Shell.3 \
        DBI::W32ODBC.3 \
        Win32::DBIODBC.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}

.include <bsd.port.mk>