blob: 9a57da0736d053665a8ec567f18e5f5716e18b91 (
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
25
26
27
28
29
30
31
32
33
34
35
|
# Created by: Bo-Yi Wu <appleboy.tw@gmail.com>
# $FreeBSD$
PORTNAME= php-plurk-api
PORTVERSION= 1.6.4
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= GOOGLE_CODE
MAINTAINER= appleboy.tw@gmail.com
COMMENT= Plurk API Implementation with PHP
LICENSE= BSD3CLAUSE
BROKEN= Unfetchable (google code has gone away)
DEPRECATED= Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE= 2017-04-30
NO_BUILD= yes
NO_ARCH= yes
USE_PHP= json curl
USES= shebangfix zip
php_OLD_CMD= /usr/bin/php5
SHEBANG_FILES= example.php
WRKSRC= ${WRKDIR}/${PORTVERSION}
PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
SUB_LIST= PKGNAME=${PKGNAME}
SUB_FILES= pkg-message
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
@${CHMOD} 755 ${STAGEDIR}${WWWDIR}/example.php
.include <bsd.port.mk>
|