opnsense-ports/textproc/rubygem-albino/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

22 lines
419 B
Makefile

# Created by: Steve Wills <swills@rubick>
# $FreeBSD$
PORTNAME= albino
PORTVERSION= 1.3.3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby wrapper for pygmentize
LICENSE= MIT
RUN_DEPENDS= rubygem-posix-spawn>=0.3.6:devel/rubygem-posix-spawn \
${PYTHON_PKGNAMEPREFIX}pygments>=0.8:textproc/py-pygments
NO_ARCH= yes
USE_RUBY= yes
USES= gem python
.include <bsd.port.mk>