blob: 91b6af0e144806291b13dcf88a2cd890662d4c1a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
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>
|