6e0d45735c
- Add LICENSE - Remove contiguous blank lines Changes: https://github.com/github/markup/commits/master
19 lines
292 B
Makefile
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>
|