opnsense-ports/www/mod_auth_pgsql2/Makefile
Franco Fichtner 326060c214 */*: sync with upstream
Taken from: FreeBSD
2023-01-26 08:50:02 +01:00

26 lines
630 B
Makefile

PORTNAME= mod_auth_pgsql
PORTVERSION= 2.0.3
PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/
PKGNAMESUFFIX= 2
MAINTAINER= apache@FreeBSD.org
COMMENT= Allows users to use PostgreSQL databases for user authentication
WWW= http://www.giuseppetanzilli.it/mod_auth_pgsql2/
USES= apache pgsql
AP_INC?= ${LOCALBASE}/include
AP_LIB?= ${LOCALBASE}/lib -lpq
AP_FAST_BUILD= yes
AP_GENPLIST= yes
PORTDOCS= mod_auth_pgsql.html
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>