freebsd-ports/multimedia/php-pHash/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

30 lines
664 B
Makefile

# Created by: Naram Qashat <cyberbotx@cyberbotx.com>
# $FreeBSD$
PORTNAME= pHash
PORTVERSION= 0.9.6
PORTREVISION= 3
CATEGORIES= multimedia devel
MASTER_SITES= http://phash.org/releases/ \
http://www.cyberbotx.com/pHash/
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= PHP extension for the pHash perceptual hash library
LICENSE= PHP30
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libpHash.so:multimedia/pHash
USES= php:ext
WRKSRC_SUBDIR= bindings/php
# The tarball contains stale pre-built files that interfere with building this
# ourselves.
post-configure:
@(cd ${WRKSRC} && ${MAKE_CMD} clean)
.include <bsd.port.mk>