blob: de4291fc3cc2399b06760ea5e8c01803bf89334c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= apn
PORTVERSION= 1.0.3
PORTREVISION= 1
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:net/libcapn
USES= php:ext
CONFIGURE_ARGS= --with-apn=${LOCALBASE}
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
|