freebsd-ports/textproc/rubygem-rugments/Makefile
Michael Moll cc8a920bd3 new port: textproc/rubygem-rugments
Simple, easy to extend drop in replacement for pygments

WWW: https://github.com/rumpelsepp/rugments

PR:		199931
Differential Revision:	https://reviews.freebsd.org/D2500
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	mat (mentor)
2015-05-09 22:20:58 +00:00

21 lines
391 B
Makefile

# $FreeBSD$
PORTNAME= rugments
DISTVERSION= 1.0.0.beta6
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple, easy to extend drop in replacement for pygments
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_RUBY= yes
USE_RUBYGEMS= yes
GEM_NAME= ${PORTNAME}-${DISTVERSION}
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rugmentize
.include <bsd.port.mk>