summaryrefslogtreecommitdiff
path: root/www/httpsqs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/httpsqs/Makefile')
-rw-r--r--www/httpsqs/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/www/httpsqs/Makefile b/www/httpsqs/Makefile
deleted file mode 100644
index 256fcd49fd25..000000000000
--- a/www/httpsqs/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by: Zhihao Yuan <lichray@gmail.com>
-# $FreeBSD$
-
-PORTNAME= httpsqs
-PORTVERSION= 1.7
-PORTREVISION= 3
-CATEGORIES= www devel
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= lichray@gmail.com
-COMMENT= Simple Queue Service based on HTTP GET/POST protocol
-
-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
-
-LIB_DEPENDS+= libtokyocabinet.so:databases/tokyocabinet \
- libevent.so:devel/libevent
-
-USES= pkgconfig
-
-PLIST_FILES= bin/${PORTNAME}
-
-post-patch:
- ${CP} ${PATCHDIR}/Makefile ${WRKSRC}
- @${REINPLACE_CMD} -e 's|{ 0 }|"${PREFIX}/bin/${PORTNAME}"|' \
- ${WRKSRC}/httpsqs.c
-
-post-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>