freebsd-ports/devel/rubygem-rsec/Makefile
Li-Wen Hsu 20bd24b1c2 Add devel/rubygem-rsec: Easy and extreme fast dynamic PEG parser combinator
PR:		237288
Submitted by:	Frank Wall <fw@moov.de>
2020-07-03 16:42:26 +00:00

19 lines
293 B
Makefile

# Created by: Frank Wall <fw@moov.de>
# $FreeBSD$
PORTNAME= rsec
PORTVERSION= 0.4.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= fw@moov.de
COMMENT= Easy and extreme fast dynamic PEG parser combinator
LICENSE= RUBY
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>