svn commit: r438661 - in head/textproc: . py3-pygments

Nicola Vitale nivit at FreeBSD.org
Sun Apr 16 13:45:29 UTC 2017


Author: nivit
Date: Sun Apr 16 13:45:28 2017
New Revision: 438661
URL: https://svnweb.freebsd.org/changeset/ports/438661

Log:
  Add slave port of devel/py-pygments to support
  Python 3 version
  
  PR:	217468
  Submitted by:	Danilo G. Baio <dbaio at bsd.com.br>

Added:
  head/textproc/py3-pygments/
  head/textproc/py3-pygments/Makefile   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Apr 16 13:38:25 2017	(r438660)
+++ head/textproc/Makefile	Sun Apr 16 13:45:28 2017	(r438661)
@@ -1377,6 +1377,7 @@
     SUBDIR += py3-hunspell
     SUBDIR += py3-libxml2
     SUBDIR += py3-pager
+    SUBDIR += py3-pygments
     SUBDIR += py3-pystemmer
     SUBDIR += py3-snowballstemmer
     SUBDIR += py3-sphinx_rtd_theme

Added: head/textproc/py3-pygments/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py3-pygments/Makefile	Sun Apr 16 13:45:28 2017	(r438661)
@@ -0,0 +1,8 @@
+# Created by: Danilo G. Baio <dbaio at bsd.com.br>
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-pygments
+
+USES=	python:3.3+
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list