freebsd-ports/textproc/py-pygments/Makefile
Nicola Vitale 7c1dd3b0f3 - Update to 2.4.1
PR:	238091
Submitted by:	<takefu@airport.fm>
2019-05-25 16:29:31 +00:00

28 lines
543 B
Makefile

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