summaryrefslogtreecommitdiff
path: root/www/php-plurk-api/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/php-plurk-api/Makefile')
-rw-r--r--www/php-plurk-api/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/www/php-plurk-api/Makefile b/www/php-plurk-api/Makefile
deleted file mode 100644
index 9a57da0736d0..000000000000
--- a/www/php-plurk-api/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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>