aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-rugments/Makefile
blob: b68c71438af2d07a060abe4f6a8b3811a56bea2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	rugments
DISTVERSION=	1.0.0.beta8
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Simple, easy to extend drop in replacement for pygments

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

PLIST_FILES=	bin/rugmentize

.include <bsd.port.mk>