Dmitry Marakasov 59a77d2d43 - Add LICENSE_FILE
- Fix shebangs

Approved by:	portmgr blanket
2015-09-10 22:39:38 +00:00

27 lines
423 B
Makefile

# $FreeBSD$
PORTNAME= github-markup
PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Render any fancy markup
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USES= shebangfix
SHEBANG_FILES= script/bootstrap \
script/cibuild
PLIST_FILES= bin/github-markup
.include <bsd.port.mk>