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:
parent
9568a087da
commit
b984ef7291
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458432
@ -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
|
||||
|
16
devel/rubygem-semver2/Makefile
Normal file
16
devel/rubygem-semver2/Makefile
Normal 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>
|
3
devel/rubygem-semver2/distinfo
Normal file
3
devel/rubygem-semver2/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1515426624
|
||||
SHA256 (rubygem/semver2-3.4.2.gem) = 6f37ae1cc14c2284ee9c932c5759dfad50bbaa3774673fe205e0b7c96649fcbc
|
||||
SIZE (rubygem/semver2-3.4.2.gem) = 9728
|
3
devel/rubygem-semver2/pkg-descr
Normal file
3
devel/rubygem-semver2/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Maintain versions as per http://semver.org
|
||||
|
||||
WWW: https://github.com/haf/semver
|
Loading…
Reference in New Issue
Block a user