freebsd-ports/net/libcapn/Makefile
Mathieu Arnold 9d4e763ba0 Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 17:26:05 +00:00

23 lines
421 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= libcapn
DISTVERSION= 1.0.0beta3
PORTREVISION= 2
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
USES= cmake
USE_LDCONFIG= yes
CMAKE_ARGS= -DOS_FREEBSD=yes
.include <bsd.port.mk>