Update databases/rocksdb to version 3.11.2
[dports.git] / www / rubygem-gitlab-flowdock-git-hook / Makefile
1 # Created by: Johannes Meixner <xmj@chaot.net>
2 # $FreeBSD$
3
4 PORTNAME=       gitlab-flowdock-git-hook
5 PORTVERSION=    0.4.2.2
6 CATEGORIES=     www rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     ruby@FreeBSD.org
10 COMMENT=        GitLab's patched Git Post-Receive hook for Flowdock
11
12 LICENSE=        MIT
13
14 RUN_DEPENDS=    rubygem-gitlab-grit>=2.4.1:${PORTSDIR}/textproc/rubygem-gitlab-grit \
15                 rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json
16
17 NO_ARCH=        yes
18 USE_RUBY=       yes
19 USE_RAKE=       yes
20 USE_RUBYGEMS=   yes
21 RUBYGEM_AUTOPLIST=      yes
22
23 .include <bsd.port.mk>