aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-albino/Makefile
blob: e1130ae7272beae1916be51653286a0ee5bef92e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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

USES=       python
NO_ARCH=    yes

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>