freebsd-ports/devel/rubygem-english/Makefile
Sunpoet Po-Chuan Hsieh a499014445 Update to 0.7.1
- Add LICENSE

Changes:	https://github.com/ruby/English/commits/master
2020-12-24 13:55:56 +00:00

21 lines
393 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= english
PORTVERSION= 0.7.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Reference global variables with less cryptic names
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>