mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
f7455240e3
PR: 225752 Submitted by: Yasuhiro KIMURA
27 lines
582 B
Makefile
27 lines
582 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.7,build varnish
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-static
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= varnish
|
|
|
|
.include <bsd.port.mk>
|