blob: 9f208e5afdab8c042d4cee98f6d65d6d9692f75f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
PORTNAME= semverse
PORTVERSION= 3.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library to represent and compare SemVer versions and constraints
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|