diff options
Diffstat (limited to 'databases/postgresql_autodoc/Makefile')
-rw-r--r-- | databases/postgresql_autodoc/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/databases/postgresql_autodoc/Makefile b/databases/postgresql_autodoc/Makefile deleted file mode 100644 index ebccfebb5ae2..000000000000 --- a/databases/postgresql_autodoc/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# $FreeBSD$ - -PORTNAME= postgresql_autodoc -PORTVERSION= 1.41 -PORTREVISION= 1 -CATEGORIES= databases -MASTER_SITES= http://www.rbt.ca/autodoc/binaries/ -DIST_SUBDIR= postgresql - -MAINTAINER= olgeni@FreeBSD.org -COMMENT= Automatic documentation generator for postgresql databases - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - -RUN_DEPENDS= p5-HTML-Template>=0:www/p5-HTML-Template \ - p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ - p5-DBD-Pg>=0:databases/p5-DBD-Pg - -USES+= gmake perl5 shebangfix -SHEBANG_FILES= postgresql_autodoc.pl -CONFIGURE_ARGS+=--datadir=${DATADIR} - -WRKSRC= ${WRKDIR}/postgresql_autodoc - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/postgresql_autodoc ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/postgresql_autodoc.1 ${STAGEDIR}${MANPREFIX}/man/man1 - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/*.tmpl ${STAGEDIR}${DATADIR} - -.include <bsd.port.mk> |