freebsd-ports/textproc/rubygem-escape_utils11/Makefile
Torsten Zuehlsdorff 20abeb6774 Bring back dependencies needed to prepare the update of www/gitlab to 10.4
Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by:  swills, tz
2018-02-15 16:59:19 +00:00

19 lines
333 B
Makefile

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