1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/net-im/pecl-stomp/Makefile
Alex Dupre 77cb321f55 Mark IGNORE with php 5.4 and set 5.3 as default.
Reported by:	pav
Pointyhat to:	me
2012-05-20 06:42:55 +00:00

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>