mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
18 lines
346 B
Makefile
18 lines
346 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD: head/www/rubygem-erubi/Makefile 451670 2017-10-10 11:16:58Z sunpoet $
|
|
|
|
PORTNAME= erubi
|
|
PORTVERSION= 1.7.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= ERB template engine for Ruby
|
|
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|