20 lines
386 B
Makefile
20 lines
386 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mustermann-grape
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Adds Grape style patterns to Mustermman
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-mustermann>=1.0.0:devel/rubygem-mustermann
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|