2013-06-13 13:58:43 +02:00
|
|
|
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
2007-04-02 23:35:26 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pygments
|
2015-01-22 15:23:43 +01:00
|
|
|
PORTVERSION= 2.0.2
|
2007-04-02 23:35:26 +02:00
|
|
|
CATEGORIES= textproc python
|
2012-04-28 16:10:01 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2007-04-02 23:35:26 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= Pygments-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
2013-07-08 00:46:13 +02:00
|
|
|
COMMENT= Syntax highlighter written in Python
|
2007-04-02 23:35:26 +02:00
|
|
|
|
2014-02-16 11:41:59 +01:00
|
|
|
LICENSE= BSD2CLAUSE
|
2012-04-28 16:10:01 +02:00
|
|
|
|
2014-12-07 11:01:36 +01:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2007-04-02 23:35:26 +02:00
|
|
|
|
2014-02-16 11:41:59 +01:00
|
|
|
.include <bsd.port.mk>
|