diff options
Diffstat (limited to 'lang/cython3/Makefile')
-rw-r--r-- | lang/cython3/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/cython3/Makefile b/lang/cython3/Makefile new file mode 100644 index 0000000..aade1d2 --- /dev/null +++ b/lang/cython3/Makefile @@ -0,0 +1,5 @@ +MASTERDIR= ${.CURDIR}/../cython + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile" |