svn commit: r523120 - head/security/libtasn1
Roman Bogorodskiy
novel at FreeBSD.org
Wed Jan 15 15:55:12 UTC 2020
Author: novel
Date: Wed Jan 15 15:55:11 2020
New Revision: 523120
URL: https://svnweb.freebsd.org/changeset/ports/523120
Log:
security/libtasn1: Drop gmake, add "make test", minor cosmetic changes
- Remove gmake dependency
- Sort USES in alphabetical order
- Add "make test" functionality
Submitted by: Daniel Engberg
Differential Revision: https://reviews.freebsd.org/D23137
Modified:
head/security/libtasn1/Makefile
Modified: head/security/libtasn1/Makefile
==============================================================================
--- head/security/libtasn1/Makefile Wed Jan 15 15:52:53 2020 (r523119)
+++ head/security/libtasn1/Makefile Wed Jan 15 15:55:11 2020 (r523120)
@@ -14,7 +14,7 @@ LICENSE= LGPL21+ GPLv3
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cpe pkgconfig pathfix gmake libtool
+USES= cpe libtool pathfix pkgconfig
USE_CSTD= c99
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
@@ -22,6 +22,8 @@ INSTALL_TARGET= install-strip
CPE_VENDOR= gnu
OPTIONS_DEFINE= DOCS
+
+TEST_TARGET= check
DOCS= AUTHORS NEWS README.md THANKS doc/TODO \
doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps
More information about the svn-ports-all
mailing list