mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 16:51:52 -04:00
- Add LICENSE - Remove contiguous blank lines Changes: https://github.com/gitlabhq/pygments.rb/blob/master/CHANGELOG.md
20 lines
430 B
Makefile
20 lines
430 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gitlab-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>
|