mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
23 lines
428 B
Makefile
23 lines
428 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD:ruby/Makefile 473902 2018-07-04 17:23:55Z mfechner $
|
|
|
|
PORTNAME= sdoc
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Create rdoc html with javascript search index
|
|
|
|
|
|
RUN_DEPENDS= rubygem-rdoc>=5.0:ruby/rubygem-rdoc
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/sdoc bin/sdoc-merge
|
|
|
|
.include <bsd.port.mk>
|