mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
275c65d7c3
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
26 lines
461 B
Makefile
26 lines
461 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libcapn
|
|
PORTVERSION= 1.0.0.b3
|
|
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
|
|
GH_TAGNAME= 1.0.0beta3
|
|
GH_COMMIT= 050dfd8
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
CMAKE_ARGS= -DOS_FREEBSD=yes
|
|
|
|
.include <bsd.port.mk>
|