freebsd-ports/devel/objecthash/Makefile
Yuri Victorovich d7ec60f5a5 Reset MAINTAINER on ports maintained by amutu@amutu.com
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.

Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
2018-06-22 08:04:38 +00:00

36 lines
795 B
Makefile

# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
# $FreeBSD$
PORTNAME= objecthash
PORTVERSION= 20160802
PORTREVISION= 4
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org
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>