Changes: https://github.com/sinatra/mustermann/blob/main/README.md#stable-releases https://sinatrarb.com/mustermann/#release-history
21 lines
471 B
Makefile
21 lines
471 B
Makefile
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>
|