forked from Lainports/freebsd-ports
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)
21 lines
391 B
Makefile
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>
|