freebsd-ports/databases/postgresql_autodoc/Makefile
Jimmy Olgeni 8260a841ab Upgrade to version 1.23.
PR:		67512
Submitted by:	Rod Taylor <ports(at)rbt.ca>
2004-06-04 10:05:37 +00:00

27 lines
698 B
Makefile

# New ports collection makefile for: postgresql_autodoc
# Date created: Fri Aug 23 22:22:36 CEST 2002
# Whom: olgeni@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= postgresql_autodoc
PORTVERSION= 1.23
CATEGORIES= databases
MASTER_SITES= http://www.rbt.ca/autodoc/binaries/
DIST_SUBDIR= postgresql
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Automatic documentation generator for postgresql databases
BUILD_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_PERL5= yes
CONFIGURE_ARGS+= --datadir=${DATADIR}
WRKSRC= ${WRKDIR}/postgresql_autodoc
.include <bsd.port.mk>