freebsd-ports/www/varnish-libvmod-awsrest/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

29 lines
621 B
Makefile

# $FreeBSD$
PORTNAME= libvmod-awsrest
DISTVERSIONPREFIX= v
DISTVERSION= 60.9
#DISTVERSIONSUFFIX= -varnish40
CATEGORIES= www
PKGNAMEPREFIX= varnish-
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Varnish Module (vmod) for generating headers for AWS REST API
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= rst2man:textproc/py-docutils
LIB_DEPENDS= libmhash.so:security/mhash
USES= autoreconf gmake libtool pkgconfig python:2.7,build varnish
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
USE_GITHUB= yes
GH_ACCOUNT= xcir
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>