freebsd-ports/textproc/rubygem-babosa/Makefile
Martin Wilke b801c282fa Babosa is a library for creating human-friendly identifiers, aka "slugs".
It can also be useful for normalizing and sanitizing data.

WWW: https://github.com/norman/babosa

PR:		205877
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
2016-01-10 07:32:42 +00:00

19 lines
355 B
Makefile

# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
# $FreeBSD$
PORTNAME= babosa
PORTVERSION= 1.0.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby library for creating slugs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>