freebsd-ports/devel/rubygem-versionomy/Makefile
Sunpoet Po-Chuan Hsieh aa7ef657bc - Update to 0.5.0
Changes:	https://github.com/dazuma/versionomy/blob/master/History.rdoc
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:14:13 +00:00

21 lines
420 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= versionomy
PORTVERSION= 0.5.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Generalized version number library for Ruby
LICENSE= BSD3CLAUSE
RUN_DEPENDS= rubygem-blockenspiel>=0.5:${PORTSDIR}/devel/rubygem-blockenspiel
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>