diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-06 17:02:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-06 17:02:49 +0800 |
commit | b51771ec225982ea5191953d0eeba0d51ddaa977 (patch) | |
tree | 14cb1560d457bc3526863013733c700029e099e7 /security | |
parent | 1b14ffb862766981a3430039b4cea310709b58d0 (diff) | |
download | freebsd-ports-gnome-b51771ec225982ea5191953d0eeba0d51ddaa977.tar.gz freebsd-ports-gnome-b51771ec225982ea5191953d0eeba0d51ddaa977.tar.zst freebsd-ports-gnome-b51771ec225982ea5191953d0eeba0d51ddaa977.zip |
- Add LICENSE_FILE
- Switch to new test framework
Approved by: portmgr blanket
Diffstat (limited to 'security')
-rw-r--r-- | security/ykclient/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/ykclient/Makefile b/security/ykclient/Makefile index cab87adae902..4c78d7fe3e0b 100644 --- a/security/ykclient/Makefile +++ b/security/ykclient/Makefile @@ -10,6 +10,7 @@ MAINTAINER= matt@mjslabs.com COMMENT= Yubico C client library LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl BUILD_DEPENDS= curl-config:ftp/curl \ @@ -18,6 +19,7 @@ BUILD_DEPENDS= curl-config:ftp/curl \ GNU_CONFIGURE= yes USES= libtool pkgconfig USE_LDCONFIG= yes +TEST_TARGET= check PLIST_FILES= bin/ykclient \ include/ykclient.h \ @@ -36,7 +38,4 @@ STATIC_PLIST_FILES= lib/libykclient.a MAKE_JOBS_UNSAFE= yes -regression-test: build - @(cd ${WRKSRC} && ${MAKE_CMD} check) - .include <bsd.port.mk> |