blob: 7e9ca1adf8c75c59574b1937cac495c909c4d452 (
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= 1.0.0
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>
|