1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/textproc/rubygem-rouge321/Makefile
2020-08-21 21:20:57 +00:00

27 lines
435 B
Makefile

# $FreeBSD$
PORTNAME= rouge
PORTVERSION= 3.21.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 321
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\.21\.
post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/rougify
.include <bsd.port.mk>