2002-08-23 22:47:36 +02:00
|
|
|
# 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
|
2004-06-04 12:05:37 +02:00
|
|
|
PORTVERSION= 1.23
|
2002-08-23 22:47:36 +02:00
|
|
|
CATEGORIES= databases
|
2003-08-07 20:56:34 +02:00
|
|
|
MASTER_SITES= http://www.rbt.ca/autodoc/binaries/
|
2003-05-13 23:50:51 +02:00
|
|
|
DIST_SUBDIR= postgresql
|
2002-08-23 22:47:36 +02:00
|
|
|
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
2003-02-23 11:51:29 +01:00
|
|
|
COMMENT= Automatic documentation generator for postgresql databases
|
2002-08-23 22:47:36 +02:00
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
|
2002-08-23 22:47:36 +02:00
|
|
|
|
2003-05-14 20:19:28 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-05-13 23:50:51 +02:00
|
|
|
USE_GMAKE= yes
|
2002-08-23 22:47:36 +02:00
|
|
|
USE_PERL5= yes
|
2003-05-13 23:50:51 +02:00
|
|
|
CONFIGURE_ARGS+= --datadir=${DATADIR}
|
2002-08-23 22:47:36 +02:00
|
|
|
|
2003-05-13 23:50:51 +02:00
|
|
|
WRKSRC= ${WRKDIR}/postgresql_autodoc
|
2002-08-23 22:47:36 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|