forked from Lainports/freebsd-ports
26 lines
440 B
Makefile
26 lines
440 B
Makefile
PORTNAME= yard
|
|
PORTVERSION= 0.9.28
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Documentation generation tool for Ruby
|
|
WWW= https://yardoc.org/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-webrick>=1.7.0<2:www/rubygem-webrick
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/yard \
|
|
bin/yardoc \
|
|
bin/yri
|
|
|
|
CPE_VENDOR= yardoc
|
|
|
|
.include <bsd.port.mk>
|