freebsd-ports/devel/py3-cffi/Makefile
Sunpoet Po-Chuan Hsieh fa4273c115 Add $FreeBSD$ line
- Fix indent
2017-06-02 18:14:05 +00:00

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"