ffad6fdfc5
- Update WWW and clean up pkg-descr Changes: https://github.com/lsegal/yard/releases
24 lines
400 B
Makefile
24 lines
400 B
Makefile
PORTNAME= yard
|
|
PORTVERSION= 0.9.34
|
|
CATEGORIES= textproc devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Documentation generation tool for Ruby
|
|
WWW= https://yardoc.org/ \
|
|
https://github.com/lsegal/yard
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/yard \
|
|
bin/yardoc \
|
|
bin/yri
|
|
|
|
CPE_VENDOR= yardoc
|
|
|
|
.include <bsd.port.mk>
|