freebsd-ports/devel/rubygem-versionomy/Makefile
Sunpoet Po-Chuan Hsieh 5a5a60a53c - Add LICENSE
- Remove BUILD_DEPENDS
- Update WWW
2015-05-29 11:19:06 +00:00

20 lines
409 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
LICENSE= BSD3CLAUSE
RUN_DEPENDS= rubygem-blockenspiel>=0.4.5:${PORTSDIR}/devel/rubygem-blockenspiel
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>