freebsd-ports/devel/rubygem-sdoc/Makefile
Matthias Fechner 7978b266d5 Update to 1.0.0 which is required for gitlab 11.0.2.
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D16127
2018-07-04 17:23:55 +00:00

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>