mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 19:41:18 +02:00
add jetbrains ide-s
This commit is contained in:
25
python/py-pygments/Makefile
Normal file
25
python/py-pygments/Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
||||
# $FreeBSD: head/textproc/py-pygments/Makefile 522865 2020-01-13 08:26:17Z ale $
|
||||
|
||||
PORTNAME= pygments
|
||||
PORTVERSION= 2.5.2
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= Pygments-${PORTVERSION}
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Syntax highlighter written in Python
|
||||
|
||||
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>
|
||||
Reference in New Issue
Block a user