mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
19 lines
347 B
Makefile
19 lines
347 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD: head/www/rubygem-erubi/Makefile 513081 2019-09-27 21:28:23Z sunpoet $
|
|
|
|
PORTNAME= erubi
|
|
PORTVERSION= 1.9.0
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= ERB template engine for Ruby
|
|
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|