7511b7a079
- Add LICENSE_FILE Changes: https://github.com/dblock/syntax/blob/master/CHANGELOG
18 lines
296 B
Makefile
18 lines
296 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= syntax
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Module for using Systax highlighting in Ruby
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|