opnsense-ports/devel/rubygem-stringex/Makefile
Franco Fichtner 6d3a138d84 */*: sync with upstream
Taken from: HardenedBSD
2018-11-12 08:33:31 +01:00

19 lines
308 B
Makefile

# $FreeBSD$
PORTNAME= stringex
PORTVERSION= 2.8.5
PORTEPOCH= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Some useful extensions to the Ruby String class
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>