1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/www/varnish-libvmod-awsrest/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

28 lines
599 B
Makefile

# $FreeBSD$
PORTNAME= libvmod-awsrest
DISTVERSIONPREFIX= v
DISTVERSION= 51.8
#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
.include <bsd.port.mk>