freebsd-ports/devel/rubygem-titlecase/Makefile

17 lines
261 B
Makefile

# $FreeBSD$
PORTNAME= titlecase
PORTVERSION= 0.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby string extensions to add title case support
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>