opnsense-ports/devel/rubygem-to_regexp/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

17 lines
321 B
Makefile

PORTNAME= to_regexp
PORTVERSION= 0.2.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Provides a safe way to convert strings to regexps
WWW= https://github.com/seamusabshere/to_regexp
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>