opnsense-ports/devel/rubygem-pygments.rb/Makefile
Franco Fichtner ea419d6bdd */*: sync with upstream
Taken from: FreeBSD
2016-12-31 15:33:13 +01:00

21 lines
406 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= pygments.rb
PORTVERSION= 1.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Exposes the pygments syntax highlighter to Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-multi_json>=1.0.0:devel/rubygem-multi_json
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>