mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
21 lines
394 B
Makefile
21 lines
394 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD: head/www/rubygem-erubis/Makefile 414136 2016-04-27 21:57:31Z swills $
|
|
|
|
PORTNAME= erubis
|
|
PORTVERSION= 2.7.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast, secure, and extensible implementation of eRuby
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/erubis
|
|
|
|
.include <bsd.port.mk>
|