mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
eb08071800
- Cleanup Makefile header Changes: https://github.com/lsegal/yard/blob/master/ChangeLog
23 lines
388 B
Makefile
23 lines
388 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yard
|
|
PORTVERSION= 0.8.6.1
|
|
CATEGORIES= textproc devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= A 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>
|