mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
textproc/libwbxml: Add make test
This commit is contained in:
parent
78e2eeb880
commit
5da8249a8e
1 changed files with 4 additions and 1 deletions
|
@ -12,8 +12,10 @@ LICENSE= LGPL21
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libexpat.so:textproc/expat2
|
||||
TEST_DEPENDS= check>=0:devel/check
|
||||
|
||||
USES= cmake iconv pkgconfig
|
||||
USES= cmake:testing iconv perl5 pkgconfig
|
||||
USE_PERL5= test
|
||||
|
||||
CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR=${PREFIX}/lib \
|
||||
-DLIBDATA_INSTALL_DIR=${PREFIX}/libdata
|
||||
|
@ -38,6 +40,7 @@ CMAKE_ON= BUILD_SHARED_LIBS \
|
|||
WBXML_SUPPORT_WML \
|
||||
WBXML_SUPPORT_WTA \
|
||||
WBXML_SUPPORT_WV
|
||||
CMAKE_TESTING_ON= ENABLE_UNIT_TEST
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue