19 lines
433 B
Makefile
19 lines
433 B
Makefile
PORTNAME= mustermann
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Library implementing patterns that behave like regular expressions
|
|
WWW= https://github.com/sinatra/mustermann/tree/master/mustermann
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-ruby2_keywords>=0.0.1<0.1:devel/rubygem-ruby2_keywords
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|