1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/textproc/rubygem-yard/Makefile
2013-11-02 17:08:00 +00:00

23 lines
386 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= yard
PORTVERSION= 0.8.7.3
CATEGORIES= textproc devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Documentation generation tool for Ruby
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/yard \
bin/yardoc \
bin/yri
.include <bsd.port.mk>