freebsd-ports/devel/objecthash/Makefile
Mathieu Arnold 7acca7e902 Bump PORTREVISION for the icu revert.
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
2016-07-06 22:10:14 +00:00

36 lines
798 B
Makefile

# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org>
# $FreeBSD$
PORTNAME= objecthash
PORTVERSION= 20160121
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org
COMMENT= Cross-language way to cryptographically hash JSON objects
LICENSE= APACHE20
BROKEN_powerpc64= Does not build
LIB_DEPENDS= libicudata.so:devel/icu \
libjson-c.so:devel/json-c
BROKEN_FreeBSD_9= does not build on FreeBSD < 10.x
USES= pkgconfig
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= benlaurie
GH_PROJECT= objecthash
GH_TAGNAME= 2024cf8
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>