freebsd-ports/devel/objecthash/Makefile
Jan Beich dfe25d73e7 devel/icu: update to 72.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by:	GitHub (watch releases)
PR:		266582
Exp-run by:	antoine
2022-10-19 08:10:29 +00:00

31 lines
668 B
Makefile

PORTNAME= objecthash
PORTVERSION= 20160802
PORTREVISION= 17
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org
COMMENT= Cross-language way to cryptographically hash JSON objects
WWW= https://github.com/benlaurie/objecthash
LICENSE= APACHE20
LIB_DEPENDS= libicudata.so:devel/icu \
libjson-c.so:devel/json-c
USES= pkgconfig ssl
USE_GITHUB= yes
GH_ACCOUNT= benlaurie
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>