1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/rubygem-pygments.rb/Makefile
Sunpoet Po-Chuan Hsieh 53d14d230f - Update to 0.5.4
- Add LICENSE
- Remove contiguous blank lines

Changes:	https://github.com/tmm1/pygments.rb/blob/master/CHANGELOG.md
2014-01-01 00:08:20 +00:00

22 lines
470 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= pygments.rb
PORTVERSION= 0.5.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Exposes the pygments syntax highlighter to Ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-posix-spawn>=0.3.6:${PORTSDIR}/devel/rubygem-posix-spawn \
rubygem-yajl-ruby>=1.1.0:${PORTSDIR}/devel/rubygem-yajl-ruby
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>