aboutsummaryrefslogtreecommitdiffstats
path: root/www/pecl-amfext/Makefile
blob: 2392137987300f51ff45af6c393dfa0620de6183 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Piotr Rybicki <meritus@innervision.pl>
# $FreeBSD$

PORTNAME=   amfext
PORTVERSION=    0.9.2
PORTREVISION=   2
CATEGORIES= www

MAINTAINER= meritus@innervision.pl
COMMENT=    Implements encoding and decoding of AMF and AMF3 messages

DEPRECATED= Works only with EOL php 5.6
EXPIRATION_DATE=    2018-12-30

LICENSE=    PHP30

USES=       dos2unix libtool php:pecl
PHP_MODNAME=    amf
IGNORE_WITH_PHP=    71 72 73

CONFIGURE_ARGS= --with-amf

CPPFLAGS+=  -I${LOCALBASE}/include/php/ext/standard
CFLAGS+=    -Wno-deprecated

.include <bsd.port.mk>