freebsd-ports/textproc/py-pygments/Makefile
Nicola Vitale e732d5420d - Update to 2.1
- Remove files/patch-CVE-2015-8557
2016-01-20 16:26:57 +00:00

20 lines
408 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= pygments
PORTVERSION= 2.1
PORTREVISION= 0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pygments-${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Syntax highlighter written in Python
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>