- Temporarily switch to GitHub auto archive (release artifacts are N/A atm) Changes: https://github.com/unicode-org/icu/releases/tag/release-73-1 Reported by: GitHub (watch releases) PR: 270422 Exp-run by: antoine
30 lines
668 B
Makefile
30 lines
668 B
Makefile
PORTNAME= objecthash
|
|
PORTVERSION= 20160802
|
|
PORTREVISION= 18
|
|
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>
|