aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-babosa/Makefile
blob: b540455ed7c00813acef489412ec6db02935e70c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	babosa
PORTVERSION=	2.0.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Ruby library for creating slugs
WWW=		https://github.com/norman/babosa

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>