diff options
Diffstat (limited to 'devel/lace14/Makefile')
-rw-r--r-- | devel/lace14/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/lace14/Makefile b/devel/lace14/Makefile new file mode 100644 index 000000000000..9df298a3d090 --- /dev/null +++ b/devel/lace14/Makefile @@ -0,0 +1,28 @@ +PORTNAME= lace +DISTVERSIONPREFIX= v +DISTVERSION= 1.5.1 +PORTREVISION= 1 +CATEGORIES= devel +PKGNAMESUFFIX= 14-work-stealing + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Implementation of work-stealing in C +WWW= https://github.com/trolando/lace + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake:testing + +USE_GITHUB= yes +GH_ACCOUNT= trolando + +CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_OFF= LACE_BUILD_TESTS +CMAKE_TESTING_ON= LACE_BUILD_TESTS + +PORTSCOUT= limit:^.*[0-9]+\.[0-9]+\.[0-9]+$$ # prevent tags like mucocos_2014_ri + +# tests as of 1.4.2: 100% tests passed, 0 tests failed out of 2 + +.include <bsd.port.mk> |