freebsd-ports/textproc/rubygem-github-markup/Makefile
Sunpoet Po-Chuan Hsieh 6e0d45735c - Update to 1.0.0
- Add LICENSE
- Remove contiguous blank lines

Changes:	https://github.com/github/markup/commits/master
2013-12-05 20:28:54 +00:00

19 lines
292 B
Makefile

# $FreeBSD$
PORTNAME= github-markup
PORTVERSION= 1.0.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Render any fancy markup
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/github-markup
.include <bsd.port.mk>