freebsd-ports/textproc/rubygem-albino/Makefile
Sunpoet Po-Chuan Hsieh 3f106ead0a Add LICENSE_FILE
- Update WWW
2020-08-23 19:48:06 +00:00

25 lines
488 B
Makefile

# $FreeBSD$
PORTNAME= albino
PORTVERSION= 1.3.3
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby wrapper for pygmentize
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-posix-spawn>=0.3.6:devel/rubygem-posix-spawn \
${PYTHON_PKGNAMEPREFIX}pygments>=0.8:textproc/py-pygments@${PY_FLAVOR}
USES= gem python shebangfix
USE_RUBY= yes
NO_ARCH= yes
SHEBANG_FILES= vendor/multipygmentize
.include <bsd.port.mk>