15a4150a52
Version numbers have rolled back, bump PORTEPOCH. PR: ports/45946 Submitted by: Palle Girgensohn <girgen@pingpong.net>
31 lines
703 B
Makefile
31 lines
703 B
Makefile
# New ports collection makefile for: p5-Pg
|
|
# Date created: October 19th 1996
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Pg
|
|
PORTVERSION= 2.0.1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ftp://gborg.postgresql.org/pub/pgperl/stable/
|
|
PKGNAMEPREFIX= p5-
|
|
DISTFILES= pgperl-${PORTVERSION}${EXTRACT_SUFX}
|
|
DIST_SUBDIR= postgresql
|
|
|
|
MAINTAINER= girgen@pingpong.net
|
|
|
|
POSTGRESQL_PORT?= databases/postgresql7
|
|
LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
|
|
|
|
USE_PERL5= yes
|
|
|
|
MAN3= Pg.3
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
PERL_CONFIGURE= YES
|
|
CONFIGURE_ENV= POSTGRES_INCLUDE=${LOCALBASE}/include POSTGRES_LIB=${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|