1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/net/pecl-apn/Makefile
Sunpoet Po-Chuan Hsieh fb23a6f087 - Add pecl-apn 1.0.3
- While I'm here, add IGNORE_WITH_PHP

apn is a PHP extension to introduce simple yet powerful interface for sending
push notifications to iOS and OS X devices from within your PHP code.

WWW: http://libcapn.org/php-apn/

PR:		ports/186938
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2014-02-23 15:21:58 +00:00

26 lines
503 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= apn
PORTVERSION= 1.0.3
CATEGORIES= net pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= Extension to interact with Apple Push Notification Service
LICENSE= PHP301
LIB_DEPENDS= libcapn.so:${PORTSDIR}/net/libcapn
USE_PHP= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
CONFIGURE_ARGS= --with-apn=${LOCALBASE}
IGNORE_WITH_PHP=52
.include <bsd.port.mk>