22 lines
422 B
Makefile
22 lines
422 B
Makefile
PORTNAME= rouge
|
|
PORTVERSION= 4.4.0
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Simple, easy-to-extend drop-in replacement for pygments
|
|
WWW= https://github.com/jneen/rouge
|
|
|
|
LICENSE= BSD2CLAUSE MIT
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-install:
|
|
${RM} ${STAGEDIR}${PREFIX}/bin/rougify
|
|
|
|
.include <bsd.port.mk>
|