diff options
author | joerg <joerg@pkgsrc.org> | 2014-06-11 12:48:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-06-11 12:48:15 +0000 |
commit | eaa78cd740164c915e135ca72bc510b19c013771 (patch) | |
tree | 0b8baf7de4158d50dde44108b47e2e68779ed556 /www/ap-auth-pgsql/Makefile | |
parent | d2af3ff812b3136f8591800c57569db6e1ce99da (diff) | |
download | pkgsrc-eaa78cd740164c915e135ca72bc510b19c013771.tar.gz |
More Apache 1.3 modules.
Diffstat (limited to 'www/ap-auth-pgsql/Makefile')
-rw-r--r-- | www/ap-auth-pgsql/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/www/ap-auth-pgsql/Makefile b/www/ap-auth-pgsql/Makefile deleted file mode 100644 index 1cd244b01d9..00000000000 --- a/www/ap-auth-pgsql/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# $NetBSD: Makefile,v 1.17 2014/06/10 14:21:37 joerg Exp $ - -DISTNAME= mod_auth_pgsql-0.9.12 -PKGNAME= ap13-auth-pgsql-0.9.12 -PKGREVISION= 5 -CATEGORIES= www databases -MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/ - -MAINTAINER= waddell@caravan-epub.com -HOMEPAGE= http://www.giuseppetanzilli.it/mod_auth_pgsql/ -COMMENT= Apache module for user authentication/logging against a PostgreSQL DB - -CONFLICTS= ap-auth-pgsql-[0-9]* -CONFLICTS+= ap-auth-postgresql-[0-9]* -CONFLICTS+= ap13-auth-postgresql-[0-9]* - -APACHE_MODULE_NAME= mod_auth_pgsql.so - -CPPFLAGS+= -I${PGSQL_PREFIX}/include/postgresql -LDFLAGS+= -lpq -lcrypt - -INSTALLATION_DIRS+= share/doc/mod_auth_pgsql - -post-install: - ${INSTALL_DATA} ${WRKSRC}/mod_auth_pgsql.html ${DESTDIR}${PREFIX}/share/doc/mod_auth_pgsql - ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/mod_auth_pgsql - ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${PREFIX}/share/doc/mod_auth_pgsql - -.include "../../www/apache/module.mk" - -.include "../../mk/pgsql.buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |