aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pecl-libevent/Makefile
blob: e1a04e1a323eb3f75632cbfb343dbbee16e2e380 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Ilya Bakulin <webmaster@kibab.com>
# $FreeBSD$

PORTNAME=   libevent
PORTVERSION=    0.1.0
PORTREVISION=   2
CATEGORIES= devel
MASTER_SITES=   http://pecl.php.net/get/
PKGNAMEPREFIX=  pecl-
DIST_SUBDIR=    PECL

MAINTAINER= webmaster@kibab.com
COMMENT=    Libevent extension for PHP

LICENSE=    PHP301

LIB_DEPENDS=    libevent.so:devel/libevent2

USES=   php:ext tar:tgz

IGNORE_WITH_PHP=    70 71

.include <bsd.port.mk>