- Add LICENSE_FILE

- Switch to new test framework

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-06-26 08:37:18 +00:00
parent f53adf6df0
commit 508290da94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473376

View File

@ -11,6 +11,7 @@ MAINTAINER= feld@FreeBSD.org
COMMENT= High-performance HTTP accelerator
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= rst2man:textproc/py-docutils
LIB_DEPENDS= libpcre.so:devel/pcre
@ -26,6 +27,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX} --without-dot
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
TEST_ARGS= TESTS_PARALLELISM=1
USE_GITHUB= yes
GH_ACCOUNT= varnishcache
@ -45,7 +48,4 @@ post-patch:
${RM} ${BAD_TESTS:C|.+|${WRKSRC}/bin/varnishtest/tests/\0.vtc|}
.endif
regression-test check test: build
${MAKE_CMD} TESTS_PARALLELISM=1 -C ${WRKSRC} check
.include <bsd.port.mk>