freebsd-ports/security/pam-pgsql/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

29 lines
627 B
Makefile

# Created by: Mikhail Teterin <mi@aldan.algebra.com>
# $FreeBSD$
PORTNAME= pam-pgsql
PORTVERSION= 0.7.3.2
CATEGORIES= security databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.7/
MAINTAINER= berend@pobox.com
COMMENT= PAM module for authenticating with PostgreSQL
LICENSE= GPLv2
LIB_DEPENDS= libmhash.so:security/mhash \
libgcrypt.so:security/libgcrypt
USES= libtool pgsql
GNU_CONFIGURE= yes
SUB_FILES= pkg-message
OPTIONS_DEFINE= DOCS
INSTALL_TARGET= install-strip
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/CHANGELOG ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>