freebsd-ports/devel/rubygem-semverse/Makefile
Sunpoet Po-Chuan Hsieh d0a6e84780 Add NO_ARCH
2019-07-24 16:57:07 +00:00

19 lines
328 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= semverse
PORTVERSION= 2.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library to represent and compare SemVer versions and constraints
LICENSE= APACHE20
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>