From c3a2552c8e75977e1b0407caba44971c8bae39e9 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 24 Aug 2017 01:39:16 +0000 Subject: Resurrect www/mod_gnutls and update to 0.8.2. --- www/mod_gnutls/Makefile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 www/mod_gnutls/Makefile (limited to 'www/mod_gnutls/Makefile') diff --git a/www/mod_gnutls/Makefile b/www/mod_gnutls/Makefile new file mode 100644 index 000000000000..c1bce5c79f01 --- /dev/null +++ b/www/mod_gnutls/Makefile @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= mod_gnutls +PORTVERSION= 0.8.2 +CATEGORIES= www security +MASTER_SITES= https://mod.gnutls.org/downloads/ +PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} + +MAINTAINER= ports@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= libtool pkgconfig tar:bzip2 +USE_APACHE= 24 + +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 -- cgit v1.2.3