blob: 4873e7f6e03a22541b92035eadbf42b15f8293f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= uopz
PORTVERSION= 2.0.7
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= User Operations for PHP Zend engine
LICENSE= PHP301
USES= php:ext tar:tgz
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
|