summaryrefslogtreecommitdiff
path: root/www/pecl-yaf/Makefile
blob: c75029c2da2a4313363cbf978677648473bebad5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	yaf
PORTVERSION=	3.3.5
PORTREVISION=	1
CATEGORIES=	www

MAINTAINER=	sunpoet@freeBSD.org
COMMENT=	MVC framework written as a C PHP extension
WWW=		https://pecl.php.net/package/yaf \
		https://github.com/laruence/yaf

LICENSE=	PHP301
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		localbase php:pecl

CFLAGS+=	-DZEND_HOT=

.include <bsd.port.mk>