1682c6507d
by the infrastructure. Mark a couple more packages as not ready for python-3.x.
25 lines
749 B
Makefile
25 lines
749 B
Makefile
# $NetBSD: Makefile,v 1.24 2016/08/28 15:48:35 wiz Exp $
|
|
|
|
DISTNAME= Pygments-2.0.2
|
|
PKGREVISION= 1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pygments/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pygments.org/
|
|
COMMENT= Python syntax highlighter
|
|
LICENSE= 2-clause-bsd
|
|
|
|
# test dependencies
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
|
|
# can't depend on sphinx since sphinx depends on pygments
|
|
#BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
post-install:
|
|
${MV} ${DESTDIR}${PREFIX}/bin/pygmentize ${DESTDIR}${PREFIX}/bin/pygmentize${PYVERSSUFFIX}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|