diff options
author | dbn <dbn@FreeBSD.org> | 2013-08-12 01:10:41 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2013-08-12 01:10:41 +0800 |
commit | 3e718a0a1f5e9af557d34a084bf9dc1aff53c40c (patch) | |
tree | da06948669bf3c97d9be89f9479af497a7add57c /lang/Makefile | |
parent | 1355b73b5fe33d48f9fba340e437d7cddfeb6fa6 (diff) | |
download | freebsd-ports-gnome-3e718a0a1f5e9af557d34a084bf9dc1aff53c40c.tar.gz freebsd-ports-gnome-3e718a0a1f5e9af557d34a084bf9dc1aff53c40c.tar.zst freebsd-ports-gnome-3e718a0a1f5e9af557d34a084bf9dc1aff53c40c.zip |
Add lang/pypy-devel for non-stable releases of PyPy.
pypy-devel is intended as a staging ground for beta releases and - while
no beta releases are available - snapshots of pypy default branch.
While introducing pypy-devel to build logic has been reworked to better
accomodate pypy3. The lib-python/2.7 and lib_pypy folders are not renamed
after extraction (with only symbolic links used to emulate the structure).
PyPy still expects the standard structure and the symbolic links satisfy
this change.
The devel port was requested by mva@ to better support commercial clients.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index c476341e1bc5..71318c8f47a3 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -269,6 +269,7 @@ SUBDIR += py-mx-base SUBDIR += py-prolog SUBDIR += pypy + SUBDIR += pypy-devel SUBDIR += python SUBDIR += python-doc-html SUBDIR += python-doc-pdf-a4 |