b984ef7291
Maintain versions as per http://semver.org WWW: https://github.com/haf/semver
16 lines
235 B
Makefile
16 lines
235 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= semver2
|
|
PORTVERSION= 3.4.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Maintain semantic versions
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
PLIST_FILES= bin/semver
|
|
|
|
.include <bsd.port.mk>
|