textproc/py-pygments: Update LICENSE, Remove py3k hack
- Update LICENSE (BSD2CLAUSE) - Deprecate py3k-fix-pkg-plist.inc Approved by: portmgr (blanket)
This commit is contained in:
parent
0aa39a6583
commit
11eba141bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344525
1 changed files with 4 additions and 11 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= pygments
|
PORTNAME= pygments
|
||||||
PORTVERSION= 1.6
|
PORTVERSION= 1.6
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= textproc python
|
CATEGORIES= textproc python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -12,17 +12,10 @@ DISTNAME= Pygments-${PORTVERSION}
|
||||||
MAINTAINER= nivit@FreeBSD.org
|
MAINTAINER= nivit@FreeBSD.org
|
||||||
COMMENT= Syntax highlighter written in Python
|
COMMENT= Syntax highlighter written in Python
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
# Python3 ready
|
USE_PYTHON= yes
|
||||||
USE_PYTHON= yes
|
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
PYDISTUTILS_AUTOPLIST= yes
|
PYDISTUTILS_AUTOPLIST= yes
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
||||||
.if ${PYTHON_REL} >= 320
|
|
||||||
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
||||||
|
|
Loading…
Reference in a new issue