mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
38141d9de7
- Update to 4.1.2 - Update pkg-plist - USES: pkg-config is now a global dependency - OPTIONS: with-sytem-pgm is now with-pgm, update helpers - OPTIONS: with-libsodium no longer takes args, update helpers - Override pkgconfigdir via configure, deprecate USES: pathfix - Bump PORTREVISION for dependent ports for shared library version change While I'm here: - Whitespace align Makefile Based on: PR: 200502 Reported by: Sevan Janiyan <venture37 geeklan co uk> Submitted by: Jason Unovitch <jason.unovitch gmail com> MFH: 2015Q2 Security: 10a6d0aa-0b1c-11e5-bb90-002590263bf5 Security: CVE-2014-9721
24 lines
389 B
Makefile
24 lines
389 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= zmq
|
|
PORTVERSION= 1.1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= net pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= PHP bindings for ZeroMQ
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LIB_DEPENDS= libzmq.so:${PORTSDIR}/net/libzmq4
|
|
|
|
USES= tar:tgz pkgconfig
|
|
USE_PHP= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHPEXT= yes
|
|
|
|
.include <bsd.port.mk>
|