1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/textproc/py-pygments/Makefile
Bernhard Froehlich 1738c56c91
textproc/py-pygments: Add CPE information
Approved by:	portmgr (blanket)
2021-08-29 18:49:07 +00:00

30 lines
593 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
PORTNAME= pygments
DISTVERSION= 2.7.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pygments-${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Syntax highlighter written in Python
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cpe python:3.6+
USE_PYTHON= distutils concurrent autoplist
CONFLICTS_INSTALL= py??-pygments-25
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_VER} == ${PYTHON_DEFAULT}
CONFLICTS_INSTALL= paraview
.endif
.include <bsd.port.post.mk>