20 lines
335 B
Makefile
20 lines
335 B
Makefile
# Created by: wen@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= stomp
|
|
PORTVERSION= 1.0.8
|
|
CATEGORIES= net-im pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PECL extension of stomp client
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= tar:tgz
|
|
USE_PHP= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHPEXT= yes
|
|
|
|
.include <bsd.port.mk>
|