mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
4ec922beeb
- Remove IGNORE_WITH_PHP=73 Changes: https://pecl.php.net/package-changelog.php?package=amqp PR: 235267 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 3 weeks)
19 lines
343 B
Makefile
19 lines
343 B
Makefile
# Created by: Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= amqp
|
|
PORTVERSION= 1.9.4
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw
|
|
COMMENT= PHP extension for AMQP API
|
|
|
|
LICENSE= PHP301
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= librabbitmq.so:net/rabbitmq-c-devel
|
|
|
|
USES= php:pecl
|
|
|
|
.include <bsd.port.mk>
|