1d7e0541a4
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2 i set the IGNORE_WITH_PHP accordingly to the fallout. PR: 222165 Reported by: brnd Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D13476
22 lines
427 B
Makefile
22 lines
427 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= apn
|
|
PORTVERSION= 1.0.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= Extension to interact with Apple Push Notification Service
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= libcapn.so:net/libcapn
|
|
|
|
USES= php:pecl ssl:build,run
|
|
CONFIGURE_ARGS= --with-apn=${LOCALBASE}
|
|
CFLAGS+= -I${OPENSSLINC}
|
|
IGNORE_WITH_PHP= 70 71 72
|
|
|
|
.include <bsd.port.mk>
|