mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
77cb321f55
Reported by: pav Pointyhat to: me
25 lines
440 B
Makefile
25 lines
440 B
Makefile
# Ports collection makefile for: pecl-stomp
|
|
# Date created: 1st Dec, 2009
|
|
# Whom: wen@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= stomp
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= net-im pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PECL extension of stomp client
|
|
|
|
USE_PHP= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHPEXT= yes
|
|
DEFAULT_PHP_VER=53
|
|
IGNORE_WITH_PHP=5
|
|
|
|
.include <bsd.port.mk>
|