Files
ports/devel/rubygem-semverse/Makefile
Po-Chuan Hsieh 2ab8a2193c devel/rubygem-semverse: Add LICENSE_FILE
- Update WWW
2021-07-25 04:23:33 +08:00

20 lines
348 B
Makefile

# 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>