freebsd-ports/www/pecl-amfext/Makefile
2014-01-23 14:32:34 +00:00

24 lines
507 B
Makefile

# Created by: Piotr Rybicki <meritus@innervision.pl>
# $FreeBSD$
PORTNAME= amfext
PORTVERSION= 0.9.2
CATEGORIES= www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= meritus@innervision.pl
COMMENT= Implements encoding and decoding of AMF and AMF3 messages
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= amf
DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5
CONFIGURE_ARGS= --enable-amf
CPPFLAGS+= -I${LOCALBASE}/include/php/ext/standard
.include <bsd.port.mk>