freebsd-ports/net/pecl-apn/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

21 lines
421 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
.include <bsd.port.mk>