diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-08-01 17:19:57 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-08-01 17:19:57 +0000 |
commit | 3d54e9decc3612cf7e4ae5215a6bfae895ff0711 (patch) | |
tree | c7a00201add00d2c0f636e42f8c1e4c898ccdf29 /www/httpsqs/Makefile | |
parent | 190f55a279c2f57900f59e48e7eca8e8f824ab40 (diff) |
Notes
Diffstat (limited to 'www/httpsqs/Makefile')
-rw-r--r-- | www/httpsqs/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/httpsqs/Makefile b/www/httpsqs/Makefile index 3c1e5f7ee13c..a9fe50fb32b3 100644 --- a/www/httpsqs/Makefile +++ b/www/httpsqs/Makefile @@ -6,14 +6,15 @@ # PORTNAME= httpsqs -PORTVERSION= 1.6 -PORTREVISION= 1 +PORTVERSION= 1.7 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= lichray@gmail.com COMMENT= Simple Queue Service based on HTTP GET/POST protocol +LICENSE= BSD + LIB_DEPENDS+= tokyocabinet:${PORTSDIR}/databases/tokyocabinet \ event-2.0:${PORTSDIR}/devel/libevent2 @@ -21,8 +22,6 @@ BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config MAKE_ENV= LIBS="${PTHREAD_LIBS}" -LICENSE= BSD - PLIST_FILES= bin/${PORTNAME} post-patch: |