blob: 71c29deafbb008619cd103616e27b2b4a4b10822 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= rouge
PORTVERSION= 2.2.1
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 2
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple, easy-to-extend drop-in replacement for pygments
LICENSE= BSD2CLAUSE MIT
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^2\.
post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/rougify
.include <bsd.port.mk>
|