25 lines
422 B
Makefile
25 lines
422 B
Makefile
|
PORTNAME= rouge
|
||
|
PORTVERSION= 3.25.0
|
||
|
CATEGORIES= textproc rubygems
|
||
|
MASTER_SITES= RG
|
||
|
PKGNAMESUFFIX= 325
|
||
|
|
||
|
MAINTAINER= sunpoet@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:^3\.25\.
|
||
|
|
||
|
post-install:
|
||
|
${RM} ${STAGEDIR}${PREFIX}/bin/rougify
|
||
|
|
||
|
.include <bsd.port.mk>
|