fa4273c115
- Fix indent
9 lines
193 B
Makefile
9 lines
193 B
Makefile
# $FreeBSD$
|
|
#
|
|
MASTERDIR= ${.CURDIR}/../py-cffi
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycparser>=2.10:devel/py3-pycparser
|
|
|
|
USES= localbase python:3.3+ compiler
|
|
|
|
.include "${MASTERDIR}/Makefile"
|