diff options
Diffstat (limited to 'net/libcapn/Makefile')
-rw-r--r-- | net/libcapn/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/libcapn/Makefile b/net/libcapn/Makefile new file mode 100644 index 00000000000..22aeb7e3d5c --- /dev/null +++ b/net/libcapn/Makefile @@ -0,0 +1,24 @@ +# Created by: Gasol Wu <gasol.wu@gmail.com> +# $FreeBSD$ + +PORTNAME= libcapn +PORTVERSION= 1.0.0.b3 +CATEGORIES= net + +MAINTAINER= gasol.wu@gmail.com +COMMENT= C Library to interact with Apple Push Notification Service + +LICENSE= MIT + +LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson + +USE_GITHUB= yes +GH_ACCOUNT= adobkin +GH_TAGNAME= 1.0.0beta3 +GH_COMMIT= 050dfd8 + +USES= cmake +USE_LDCONFIG= yes +CMAKE_ARGS= -DOS_FREEBSD=yes + +.include <bsd.port.mk> |