aboutsummaryrefslogtreecommitdiff
path: root/lang/pypy3/Makefile
blob: 42c567a7deff64208856553e75edc22b57d345cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Created by: David Naylor <dbn@FreeBSD.org>

PORTNAME=	pypy3
DISTNAME=	${PORTNAME}.6-v${DISTVERSION}-src

MASTERDIR=	${.CURDIR}/../pypy

WRKSRC=		${WRKDIR}/${PORTNAME}.6-v${DISTVERSION:C/-.*//}-src

SHEBANG_FILES=	\
		lib-python/3/base64.py \
		lib-python/3/cProfile.py \
		lib-python/3/cgi.py \
		lib-python/3/encodings/rot_13.py \
		lib-python/3/keyword.py \
		lib-python/3/idlelib/pyshell.py \
		lib-python/3/lib2to3/pgen2/token.py \
		lib-python/3/lib2to3/tests/data/different_encoding.py \
		lib-python/3/lib2to3/tests/data/false_encoding.py \
		lib-python/3/lib2to3/tests/pytree_idempotency.py \
		lib-python/3/pdb.py \
		lib-python/3/platform.py \
		lib-python/3/profile.py \
		lib-python/3/pydoc.py \
		lib-python/3/quopri.py \
		lib-python/3/smtpd.py \
		lib-python/3/smtplib.py \
		lib-python/3/symbol.py \
		lib-python/3/tabnanny.py \
		lib-python/3/tarfile.py \
		lib-python/3/test/bisect.py \
		lib-python/3/test/crashers/recursive_call.py \
		lib-python/3/test/curses_tests.py \
		lib-python/3/test/pystone.py \
		lib-python/3/test/re_tests.py \
		lib-python/3/test/regrtest.py \
		lib-python/3/timeit.py \
		lib-python/3/trace.py \
		lib-python/3/turtledemo/bytedesign.py \
		lib-python/3/turtledemo/clock.py \
		lib-python/3/turtledemo/forest.py \
		lib-python/3/turtledemo/fractalcurves.py \
		lib-python/3/turtledemo/lindenmayer.py \
		lib-python/3/turtledemo/minimal_hanoi.py \
		lib-python/3/turtledemo/paint.py \
		lib-python/3/turtledemo/peace.py \
		lib-python/3/turtledemo/penrose.py \
		lib-python/3/turtledemo/planet_and_moon.py \
		lib-python/3/turtledemo/tree.py \
		lib-python/3/turtledemo/yinyang.py \
		lib-python/3/uu.py \
		lib-python/3/webbrowser.py \
		lib_pypy/_cffi_ssl/tools/make_ssl_data.py

PACKAGE_ARGS=	--without-gdbm --without-sqlite3 --without-tk

PYPY_CFFI_VER=	${PORTNAME}6-pp${DISTVERSION:C/.[^.]+$//:S/.//}-${ARCH}-${OPSYS:tl}${OSREL:C/\..*//}

pre-install:
	${FIND} ${WRKSRC} -name '*.pyc' -delete
	#${CHMOD} -R a-w ${WRKSRC}
	#${CHMOD} -R u+w ${WRKSRC}/lib_pypy

.include "${MASTERDIR}/Makefile"