aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-babosa/Makefile
blob: f1758ad96c0bf4ce574348e92f60d9fb51bf7cba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	babosa
PORTVERSION=	1.0.4
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
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>