freebsd-ports/www/rubygem-erubi19/Makefile
Sunpoet Po-Chuan Hsieh 215d8607d2 Add rubygem-erubi19 1.9.0 (copied from rubygem-erubi)
- Add PORTSCOUT
2020-11-21 09:17:11 +00:00

23 lines
370 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= erubi
PORTVERSION= 1.9.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 19
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= ERB template engine for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^1\.9\.
.include <bsd.port.mk>