mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
97064443de
- Add TEST_TARGET - While I'm here, fix shebang for net/opensips - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 224675 Exp-run by: antoine
37 lines
793 B
Makefile
37 lines
793 B
Makefile
# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= objecthash
|
|
PORTVERSION= 20160802
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= amutu@amutu.com
|
|
COMMENT= Cross-language way to cryptographically hash JSON objects
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BROKEN_powerpc64= Does not build: error: variably modified hash at file scope
|
|
|
|
LIB_DEPENDS= libicudata.so:devel/icu \
|
|
libjson-c.so:devel/json-c
|
|
|
|
USES= pkgconfig ssl
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= benlaurie
|
|
GH_PROJECT= objecthash
|
|
GH_TAGNAME= 770874c
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
ALL_TARGET= libobjecthash.so
|
|
|
|
PLIST_FILES= include/objecthash.h lib/libobjecthash.so
|
|
|
|
do-install:
|
|
${INSTALL_LIB} ${WRKSRC}/libobjecthash.so ${STAGEDIR}${PREFIX}/lib
|
|
${INSTALL_DATA} ${WRKSRC}/objecthash.h ${STAGEDIR}${PREFIX}/include
|
|
|
|
.include <bsd.port.mk>
|