mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
32 lines
619 B
Makefile
32 lines
619 B
Makefile
PORTNAME= pygments
|
|
PORTVERSION= 2.5.2
|
|
PORTREVISION= 0
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= -25
|
|
DISTNAME= Pygments-${PORTVERSION}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Syntax highlighter written in Python
|
|
WWW= https://pygments.org/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cpe python
|
|
USE_PYTHON= distutils concurrent autoplist
|
|
|
|
CONFLICTS_INSTALL= py??-pygments
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^2\.5\.
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PYTHON_VER} == ${PYTHON_DEFAULT}
|
|
CONFLICTS_INSTALL= paraview
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|