mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
23 lines
479 B
Makefile
23 lines
479 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pygments.rb
|
|
PORTVERSION= 1.1.2
|
|
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
|
|
|
|
PLIST_FILES= %%GEM_LIB_DIR%%/vendor/pygments-main/scripts/find_error.py
|
|
|
|
.include <bsd.port.mk>
|