2003-07-18 00:50:55 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2003/07/17 22:54:44 grant Exp $
|
2002-08-31 04:56:42 +02:00
|
|
|
#
|
|
|
|
|
2002-11-26 23:20:36 +01:00
|
|
|
VERS= 1.01
|
2002-09-06 02:24:56 +02:00
|
|
|
DISTNAME= postgresql_autodoc-${VERS}
|
2003-03-29 13:40:00 +01:00
|
|
|
WRKSRC= ${WRKDIR}
|
2003-04-25 22:20:34 +02:00
|
|
|
CATEGORIES= textproc databases
|
2002-08-31 04:56:42 +02:00
|
|
|
MASTER_SITES= http://www.rbt.ca/autodoc/
|
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
2002-08-31 04:56:42 +02:00
|
|
|
HOMEPAGE= http://www.rbt.ca/autodoc/
|
|
|
|
COMMENT= Generate HTML, DOT, and XML description of database structure
|
|
|
|
|
|
|
|
DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
|
|
|
|
DEPENDS+= p5-DBD-postgresql-[0-9]*:../../databases/p5-DBD-postgresql
|
|
|
|
|
|
|
|
#NO_CONFIGURE= YES # Configure needed for REPLACE_PERL
|
|
|
|
NO_BUILD= YES
|
|
|
|
REPLACE_PERL= postgresql_autodoc.pl
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/postgresql_autodoc.pl ${PREFIX}/bin/postgresql_autodoc
|
|
|
|
|
|
|
|
.include "../../lang/perl5/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|