forked from Lainports/opnsense-ports
12 lines
255 B
Makefile
12 lines
255 B
Makefile
# Created by: Danilo G. Baio <dbaio@bsd.com.br>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-docutils
|
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
USES= python:3.3+
|
|
|
|
PYGMENTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py3-pygments
|
|
|
|
.include "${MASTERDIR}/Makefile"
|