blob: 0804c851c7d2cf7ecfc9ed7aee2e45b7b2ba0da8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= mustermann
PORTVERSION= 3.0.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library implementing patterns that behave like regular expressions
WWW= https://sinatrarb.com/mustermann/ \
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>
|