708db1c44e
Changelog only has the latest version, the changes are: - Added Apache 2.4 support, closes #16 and closes #18 - Fixes a fault with basic IPv6 parsing. - New RPAF_ForbidIfNotProxy Directive - HTTPS mod_rewrite fix - HTTPS environment variable fix - CDIR parser updated.
30 lines
756 B
Makefile
30 lines
756 B
Makefile
# $NetBSD: Makefile,v 1.12 2016/10/19 18:43:58 bsiegert Exp $
|
|
#
|
|
|
|
DISTNAME= mod_rpaf-0.8.4
|
|
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//}
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=gnif/}
|
|
GITHUB_PROJECT= mod_rpaf
|
|
GITHUB_TAG= v0.8.4
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/gnif/mod_rpaf/
|
|
COMMENT= Remaps reverse-proxied connections to "real" requesting IPs
|
|
LICENSE= apache-2.0
|
|
|
|
CONFLICTS= ap-rpaf-[0-9]*
|
|
|
|
APACHE_MODULE= yes
|
|
INSTALLATION_DIRS= share/doc
|
|
|
|
APACHE_MODULE_NAME= mod_rpaf.${MODULE_EXT}
|
|
APACHE_MODULE_SRC= mod_rpaf.c
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/mod_rpaf.txt
|
|
|
|
MODULE_EXT= la
|
|
|
|
.include "../../mk/apache.module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|