diff options
Diffstat (limited to 'net/beanstalkd/Makefile')
-rw-r--r-- | net/beanstalkd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/beanstalkd/Makefile b/net/beanstalkd/Makefile index a75e62284c6c..1f7eeff235f5 100644 --- a/net/beanstalkd/Makefile +++ b/net/beanstalkd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= beanstalkd -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= net MASTER_SITES= http://cloud.github.com/downloads/kr/beanstalkd/ @@ -14,9 +14,13 @@ MAINTAINER= vsevolod@FreeBSD.org COMMENT= Fast, distributed, in-memory workqueue service LICENSE= MIT + USE_RC_SUBR= beanstalkd USE_GMAKE= yes +MAKE_JOBS_SAFE= yes +MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" + PLIST_FILES= bin/beanstalkd SUB_LIST+= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX} |