0044314a15
- Bump PORTREVISION PR: 244097 Submitted by: dweimer@dweimer.net Reported by: dweimer@dweimer.net
21 lines
365 B
Makefile
21 lines
365 B
Makefile
# Created by: Muhammad Moinur Rahman<bofh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= raphf
|
|
PORTVERSION= 2.0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Resource and persistent handles factory
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gmake php:pecl
|
|
|
|
PORTSCOUT= limit:^2.*
|
|
|
|
CONFLICTS= pecl-raphf-1*
|
|
|
|
.include <bsd.port.mk>
|