diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-06-27 16:37:21 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-06-27 16:37:21 +0800 |
commit | d6a0fde7189e9fc5095e0a647075dc70eb61a080 (patch) | |
tree | 51b2fbbbab8fd3c7cedbdfa9e488ff320579d266 /www/varnish6 | |
parent | e18711a8ff23f50b39e7ef2399bd25478ea1af18 (diff) | |
download | freebsd-ports-gnome-d6a0fde7189e9fc5095e0a647075dc70eb61a080.tar.gz freebsd-ports-gnome-d6a0fde7189e9fc5095e0a647075dc70eb61a080.tar.zst freebsd-ports-gnome-d6a0fde7189e9fc5095e0a647075dc70eb61a080.zip |
- Add LICENSE_FILE
- Switch to new test framework
Approved by: portmgr blanket
Diffstat (limited to 'www/varnish6')
-rw-r--r-- | www/varnish6/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/varnish6/Makefile b/www/varnish6/Makefile index 04839f2a02c8..182196207294 100644 --- a/www/varnish6/Makefile +++ b/www/varnish6/Makefile @@ -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> |