Index: head/textproc/py-pygments/Makefile =================================================================== --- head/textproc/py-pygments/Makefile (revision 544738) +++ head/textproc/py-pygments/Makefile (revision 544739) @@ -1,28 +1,29 @@ # Created by: Nicola Vitale # $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 +LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes .include .if ${PYTHON_VER} == ${PYTHON_DEFAULT} CONFLICTS_INSTALL= paraview .endif .include Index: head/textproc/py-pygments/pkg-descr =================================================================== --- head/textproc/py-pygments/pkg-descr (revision 544738) +++ head/textproc/py-pygments/pkg-descr (revision 544739) @@ -1,13 +1,13 @@ Pygments is a syntax highlighting package written in Python. It is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. Highlights are: * a wide range of common languages and markup formats is supported * special attention is paid to details, increasing quality by a fair amount * support for new languages and formats are added easily * a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences * it is usable as a command-line tool and as a library -WWW: http://pygments.org/ +WWW: https://pygments.org/