c94895d4d3
Python 3 version PR: 217468 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
8 lines
151 B
Makefile
8 lines
151 B
Makefile
# Created by: Danilo G. Baio <dbaio@bsd.com.br>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-pygments
|
|
|
|
USES= python:3.3+
|
|
|
|
.include "${MASTERDIR}/Makefile"
|