1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/mod_gnutls/Makefile
Stefan Eßer 8347617e06 www/mod_gnutls: Add CPE information
Approved by:	portmgr (blanket)
2021-10-21 17:40:51 +02:00

32 lines
784 B
Makefile

PORTNAME= mod_gnutls
PORTVERSION= 0.8.4
PORTREVISION= 2
CATEGORIES= www security
MASTER_SITES= https://mod.gnutls.org/downloads/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= joneum@FreeBSD.org
COMMENT= Extension for Apache httpd using GnuTLS library to provide HTTPS
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgnutls.so:security/gnutls
GNU_CONFIGURE= yes
USES= apache:2.4 compiler:c++11-lang cpe libtool pkgconfig tar:bzip2
CPE_VENDOR= ${PORTNAME}_project
DBDIR= ${PREFIX}/var/db/${PORTNAME}
PLIST_SUB= SED="${SED}" WWWGRP=${WWWGRP} WWWOWN=${WWWOWN}
SUB_FILES= pkg-message
SUB_LIST= DBDIR="${DBDIR}"
CFLAGS+= -Wno-deprecated-declarations
CONFIGURE_ARGS= --with-apxs="${APXS}"
post-install:
${MKDIR} "${STAGEDIR}${DBDIR}"
.include <bsd.port.mk>