freebsd-ports/textproc/rubygem-escape_utils11/Makefile
Matthias Fechner c31ceab7eb Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15270
2018-05-09 10:43:26 +00:00

20 lines
335 B
Makefile

# $FreeBSD$
PORTNAME= escape_utils
PORTVERSION= 1.1.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 11
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Faster string escaping routines for your web apps
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
PORTSCOUT= limit:^1\.1\.
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>