mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
21 lines
403 B
Makefile
21 lines
403 B
Makefile
PORTNAME= erb
|
|
PORTVERSION= 4.0.3
|
|
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
|
|
|
|
RUN_DEPENDS= rubygem-cgi>=0.3.3:www/rubygem-cgi
|
|
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/erb
|
|
|
|
.include <bsd.port.mk>
|