aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Pg/Makefile
blob: 42c746d292b6995b4c65f5a1262951d3f2c0e59d (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
# New ports collection makefile for:    p5-Pg
# Version required:         1.6.1
# Date created:             October 19th 1996
# Whom:                     James FitzGibbon <jfitz@FreeBSD.org>
#
#   $Id: Makefile,v 1.10 1997/06/24 18:43:30 jfitz Exp $
#

DISTNAME=   pgsql_perl5-1.6.1
PKGNAME=    p5-Pg-1.6.1
CATEGORIES= databases perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Pg

MAINTAINER= jfitz@FreeBSD.ORG

BUILD_DEPENDS=  ${PREFIX}/pgsql/lib/libpq.a:${PORTSDIR}/databases/postgresql

USE_PERL5=  YES

MAN3=       Pg.3
MANPREFIX=  ${PREFIX}/lib/perl5

do-configure:
        @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL

.include <bsd.port.mk>