1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/textproc/rubygem-yard/Makefile
Sunpoet Po-Chuan Hsieh eb08071800 - Update to 0.8.6.1
- Cleanup Makefile header

Changes:	https://github.com/lsegal/yard/blob/master/ChangeLog
2013-06-13 11:49:19 +00:00

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>