Files
ports/textproc/py-pygments/Makefile
Alex Dupre 4289bb7a6d Update to 2.5.2 release.
Approved by:	maintainer
2020-01-13 08:26:17 +00:00

29 lines
543 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= pygments
PORTVERSION= 2.5.2
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 concurrent autoplist
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_VER} == ${PYTHON_DEFAULT}
CONFLICTS_INSTALL= paraview
.endif
.include <bsd.port.post.mk>