freebsd-ports/databases/postgresql_autodoc/Makefile
2016-06-03 16:44:58 +00:00

33 lines
925 B
Makefile

# $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>