blob: 1ed219e186ac35461e037389793493da1705f38e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Ports collection makefile for: pecl-stomp
# Date created: 1st Dec, 2009
# Whom: wen@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= stomp
PORTVERSION= 0.4.1
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
.include <bsd.port.mk>
|