blob: d341d9658c52ee0fe40674bdf094762582d2ed9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: vanilla@
# $FreeBSD$
PORTNAME= swoole
PORTVERSION= 1.7.22
CATEGORIES= devel net
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= vanilla@FreeBSD.org
COMMENT= Asynchronous & concurrent & distributed networking framework
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:ext tar:tgz
CFLAGS+= -I${LOCALBASE}/include
USE_PHP= pcre
.include <bsd.port.mk>
|