2013-09-21 01:17:30 +02:00
|
|
|
# Created by: Steve Wills <swills@rubick>
|
2011-10-29 16:57:45 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= albino
|
|
|
|
PORTVERSION= 1.3.3
|
|
|
|
CATEGORIES= textproc rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
|
|
COMMENT= Ruby wrapper for pygmentize
|
|
|
|
|
2015-05-24 02:05:27 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2011-11-02 19:05:08 +01:00
|
|
|
RUN_DEPENDS= rubygem-posix-spawn>=0.3.6:${PORTSDIR}/devel/rubygem-posix-spawn \
|
2011-10-29 16:57:45 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}pygments>=0.8:${PORTSDIR}/textproc/py-pygments
|
|
|
|
|
2014-12-07 11:01:36 +01:00
|
|
|
USES= python
|
2015-07-02 18:01:06 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2011-10-29 16:57:45 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|