aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-allison/Makefile
blob: aa97e29905ef5b9d5b5044432daa1558ccee924a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Steve Wills <swills@FreeBSD.org>

PORTNAME=	allison
PORTVERSION=	2.0.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Modern, pretty RDoc template

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/allison

.include <bsd.port.mk>