Changes: https://github.com/ruby/erb/releases https://github.com/ruby/erb/blob/master/NEWS.md
19 lines
354 B
Makefile
19 lines
354 B
Makefile
PORTNAME= erb
|
|
PORTVERSION= 6.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Easy to use but powerful templating system for Ruby
|
|
WWW= https://github.com/ruby/erb
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/erb
|
|
|
|
.include <bsd.port.mk>
|