1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/rubygem-erubis/Makefile
2021-04-06 16:31:07 +02:00

22 lines
341 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
PORTNAME= erubis
PORTVERSION= 2.7.0
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast, secure, and extensible implementation of eRuby
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/erubis
.include <bsd.port.mk>