aboutsummaryrefslogblamecommitdiff
path: root/textproc/py-pygments/Makefile
blob: 02f85c3c68bff0c54cdae7da3d455dbd14929f37 (plain) (tree)
1
2
3
4
5
6
7
8
                                               
           

                        
                     
                 
                               
                          



                                       
                                                    
 
                          
 
                      
                                              
 
                   
 

                          
                                      



                                
# 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>