diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-05-20 18:50:26 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-05-20 18:50:26 +0000 |
commit | 7a792acc128d62796d9aa7438174525b4b6b1b8e (patch) | |
tree | 1cebbb76b768c9f342938f776bac2a82ffb93547 | |
parent | 0bea18344bf1614ef18c2ceb3f817e7e407f1270 (diff) |
security/strongswan: Add TEST_TARGET
make test passes OK
PR: 246535
Submitted by: jlduran@gmail.com
Reviewed by: strongswan@Nanoteq.com (maintainer)
Notes
Notes:
svn path=/head/; revision=536014
-rw-r--r-- | security/strongswan/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile index 85417bfe410c..a4957b281fff 100644 --- a/security/strongswan/Makefile +++ b/security/strongswan/Makefile @@ -3,6 +3,7 @@ PORTNAME= strongswan PORTVERSION= 5.8.4 +PORTREVISION= 1 CATEGORIES= security net-vpn MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ @@ -19,6 +20,7 @@ USE_LDCONFIG= ${PREFIX}/lib/ipsec GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +TEST_TARGET= check CONFIGURE_ARGS= --enable-kernel-pfkey \ --enable-kernel-pfroute \ |