freebsd-ports/www/pecl-yaf/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

28 lines
546 B
Makefile

# Created by: johnpupu <johnpupu@gmail.com>
# $FreeBSD$
PORTNAME= yaf
PORTVERSION= 2.3.5
CATEGORIES= www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
MAINTAINER= johnpupu@gmail.com
COMMENT= MVC framework written as a C PHP extension
LICENSE= PHP301
LIB_DEPENDS= libpcre.so:devel/pcre
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config
USES= tar:tgz
PHP_MODNAME= ${PORTNAME:tl}
USE_PHP= yes
USE_PHPEXT= yes
USE_PHPIZE= yes
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>