forked from Lainports/opnsense-ports
22 lines
397 B
Makefile
22 lines
397 B
Makefile
PORTNAME= rxcpp
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.1.1-23
|
|
DISTVERSIONSUFFIX= -g761b932
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Reactive eXtensions for C++
|
|
WWW= https://github.com/ReactiveX/RxCpp
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/license.md
|
|
|
|
USES= cmake compiler:c++11-lang
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ReactiveX
|
|
GH_PROJECT= RxCpp
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|