freebsd-ports/devel/rubygem-versionomy/Makefile
Steve Wills 230eb1488f Versionomy is a generalized version number library. It provides tools to
represent, manipulate, parse, and compare version numbers in the wide variety
of versioning schemes in use.

WWW: http://dazuma.github.com/versionomy/
2013-03-03 01:28:07 +00:00

19 lines
423 B
Makefile

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