freebsd-ports/textproc/py-pygments/Makefile
Kubilay Kocak 11eba141bb textproc/py-pygments: Update LICENSE, Remove py3k hack
- Update LICENSE (BSD2CLAUSE)
- Deprecate py3k-fix-pkg-plist.inc

Approved by:	portmgr (blanket)
2014-02-16 10:41:59 +00:00

21 lines
427 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= pygments
PORTVERSION= 1.6
PORTREVISION= 2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Pygments-${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Syntax highlighter written in Python
LICENSE= BSD2CLAUSE
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>