Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16127
23 lines
390 B
Makefile
23 lines
390 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sdoc
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Create rdoc html with javascript search index
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-rdoc>=5.0:devel/rubygem-rdoc
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/sdoc bin/sdoc-merge
|
|
|
|
.include <bsd.port.mk>
|