forked from Lainports/freebsd-ports
The following ports are updated as part of this commit:
o devel/rubygem-blobstore_client (1.3215.0 -> 1.3262.24.0)
o devel/rubygem-bosh-template (1.3215.0 -> 1.3262.24.0)
o devel/rubygem-bosh_common (1.3215.0 -> 1.3262.24.0)
o devel/rubygem-semi_semantic (1.1.0 -> 1.2.0)
o sysutils/rubygem-bosh_cli (1.3215.0 -> 1.3262.24.0)
Approved by: sunpoet
Differential Revision: https://reviews.freebsd.org/D7336
17 lines
285 B
Makefile
17 lines
285 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= semi_semantic
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Library for parsing/formatting/comparing semi-semantic versions
|
|
|
|
LICENSE= APACHE20
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|