1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00

devel/rubygem-semver2: create port

Maintain versions as per http://semver.org

WWW: https://github.com/haf/semver
This commit is contained in:
Steve Wills 2018-01-08 16:02:38 +00:00
parent 9568a087da
commit b984ef7291
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458432
4 changed files with 23 additions and 0 deletions

View File

@ -5724,6 +5724,7 @@
SUBDIR += rubygem-sdoc
SUBDIR += rubygem-semantic_puppet
SUBDIR += rubygem-semi_semantic
SUBDIR += rubygem-semver2
SUBDIR += rubygem-sentry-raven
SUBDIR += rubygem-sequel
SUBDIR += rubygem-settingslogic

View File

@ -0,0 +1,16 @@
# $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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1515426624
SHA256 (rubygem/semver2-3.4.2.gem) = 6f37ae1cc14c2284ee9c932c5759dfad50bbaa3774673fe205e0b7c96649fcbc
SIZE (rubygem/semver2-3.4.2.gem) = 9728

View File

@ -0,0 +1,3 @@
Maintain versions as per http://semver.org
WWW: https://github.com/haf/semver