2007-02-12 00:44:19 +01:00
|
|
|
# New ports collection makefile for: pecl-amfext
|
|
|
|
# Date created: 11 February 2007
|
|
|
|
# Whom: Piotr Rybicki <meritus@innervision.pl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= amfext
|
2008-08-12 00:09:11 +02:00
|
|
|
PORTVERSION= 0.9.2
|
2007-02-12 00:44:19 +01:00
|
|
|
CATEGORIES= www
|
2008-06-19 02:24:08 +02:00
|
|
|
MASTER_SITES= http://pecl.php.net/get/
|
2007-02-12 00:44:19 +01:00
|
|
|
PKGNAMEPREFIX= pecl-
|
2008-06-19 02:24:08 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
2007-02-12 00:44:19 +01:00
|
|
|
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
|
2012-05-20 08:42:55 +02:00
|
|
|
DEFAULT_PHP_VER=53
|
|
|
|
IGNORE_WITH_PHP=5
|
2007-02-12 00:44:19 +01:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-amf
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include/php/ext/standard
|
2007-02-12 00:44:19 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|