- Convert to new USE_APACHE
- Add SHA256
This commit is contained in:
parent
a6746a5a4b
commit
f1ed3c8d88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150388
2 changed files with 5 additions and 7 deletions
|
@ -13,18 +13,15 @@ MASTER_SITES= http://www.itlab.musc.edu/webNIS/dist/
|
|||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Apache module to use any command line program to authenticate a user
|
||||
|
||||
USE_APACHE= 13+
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}/src
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if exists(${LOCALBASE}/include/apache2/http_core.h) || defined(WITH_APACHE2)
|
||||
WANT_APACHE= 2
|
||||
# Dirty hack
|
||||
AP_INC+= . -DWITH_APACHE2=1
|
||||
.else
|
||||
WANT_APACHE= 13
|
||||
|
||||
.if ${APACHE_VERSION} >= 20
|
||||
AP_EXTRAS+= -DWITH_APACHE2=1
|
||||
.endif
|
||||
|
||||
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
MD5 (mod_auth_any-1.5.tar.gz) = a78780db253dd2dc33138f8b644423d2
|
||||
SHA256 (mod_auth_any-1.5.tar.gz) = 0c24f8f454ba18d7df5d51bac9f3a62088154f9dbb6466545e51e3c155e51a44
|
||||
SIZE (mod_auth_any-1.5.tar.gz) = 10697
|
||||
|
|
Loading…
Reference in a new issue