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

30 lines
665 B
Makefile
Raw Normal View History

# 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.15 1998/10/20 01:29:07 steve Exp $
#
DISTNAME= pgsql_perl5-1.6.1
PKGNAME= p5-Pg-1.6.1
1997-04-20 13:53:29 +00:00
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
BROKEN= build
USE_PERL5= YES
MAN3= Pg.3
1998-08-23 14:21:41 +00:00
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>