freebsd-ports/textproc/rubygem-kramdown/Makefile
Steve Wills 2d32c128d9 - Update to 1.3.1
- Add LICENSE
- Update homepage

PR:		ports/185064
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
2014-01-25 19:25:02 +00:00

20 lines
348 B
Makefile

# Created by: Steve Wills <swills@rubick>
# $FreeBSD$
PORTNAME= kramdown
PORTVERSION= 1.3.1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Yet-another-markdown-parser but fast, pure Ruby
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/kramdown
.include <bsd.port.mk>