# HG changeset patch # User Franz Glasner # Date 1664623411 -7200 # Node ID a92355d5c173b1a5d835678b002da21afe856be2 # Parent 6759fcd40deb839939aa14062a761061f14a7f79 Put the "WWW" info into the Makefile now diff -r 6759fcd40deb -r a92355d5c173 Makefile --- a/Makefile Sat Oct 01 13:22:38 2022 +0200 +++ b/Makefile Sat Oct 01 13:23:31 2022 +0200 @@ -7,6 +7,7 @@ MAINTAINER= python@FreeBSD.org COMMENT= Fast, compliant implementation of the Python language +WWW= http://pypy.org LICENSE= MIT PSFL LICENSE_COMB= multi diff -r 6759fcd40deb -r a92355d5c173 pkg-descr --- a/pkg-descr Sat Oct 01 13:22:38 2022 +0200 +++ b/pkg-descr Sat Oct 01 13:23:31 2022 +0200 @@ -13,5 +13,3 @@ - Stackless: PyPy can be configured to run in stackless mode, providing micro-threads for massive concurrency. - As well as other features. - -WWW: http://pypy.org