fc6bdea051
You can now set the default version of Varnish with DEFAULT_VERSIONS to build Varnish and its modules against your desired Varnish release train. The default version of Varnish throughout the ports tree will remain as www/varnish4 until at least 2017Q1 when it will be changed in HEAD to be www/varnish5. This should allow plenty of time for migration and for stabilization of the changes in Varnish 5.x. Submitted by: vanilla
26 lines
580 B
Makefile
26 lines
580 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libvmod-digest
|
|
DISTVERSIONPREFIX=${PORTNAME}-
|
|
DISTVERSION= 1.0.1
|
|
CATEGORIES= www
|
|
PKGNAMEPREFIX= varnish-
|
|
|
|
MAINTAINER= allanjude@FreeBSD.org
|
|
COMMENT= Varnish Module (vmod) for computing message digests and HMAC
|
|
|
|
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,build varnish
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-static
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= varnish
|
|
|
|
.include <bsd.port.mk>
|