summaryrefslogtreecommitdiff
path: root/devel/rubygem-git-version-bump/Makefile
blob: caafdedfdaadf138242e71b7a79b9b020025c53c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	git-version-bump
PORTVERSION=	0.15.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Manage your app version entirely via git tags

LICENSE=	GPLv3

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/git-version-bump

.include <bsd.port.mk>