forked from Lainports/freebsd-ports
20 lines
405 B
Makefile
20 lines
405 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sdoc
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Create rdoc html with javascript search index
|
|
|
|
RUN_DEPENDS= rubygem-json>=1.7.7:${PORTSDIR}/devel/rubygem-json
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
|
|
PLIST_FILES= bin/sdoc bin/sdoc-merge
|
|
|
|
.include <bsd.port.mk>
|