git: 9c85fa7ffc7f - main - devel/py3c: move WWW to makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Sep 2022 07:26:36 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9c85fa7ffc7fa4d011a1de4f92d50f18519aff2d
commit 9c85fa7ffc7fa4d011a1de4f92d50f18519aff2d
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-09-08 07:26:20 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-09-08 07:26:20 +0000
devel/py3c: move WWW to makefile
---
devel/py3c/Makefile | 1 +
devel/py3c/pkg-descr | 2 --
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/devel/py3c/Makefile b/devel/py3c/Makefile
index 3a8faa581969..7eebd57eca6e 100644
--- a/devel/py3c/Makefile
+++ b/devel/py3c/Makefile
@@ -5,6 +5,7 @@ CATEGORIES= devel
MAINTAINER= lev@FreeBSD.org
COMMENT= Py3c helps you port C extensions to Python 3
+WWW= https://github.com/encukou/py3c
LICENSE= MIT
diff --git a/devel/py3c/pkg-descr b/devel/py3c/pkg-descr
index b1b69bf04c13..fa487bd90f1c 100644
--- a/devel/py3c/pkg-descr
+++ b/devel/py3c/pkg-descr
@@ -2,5 +2,3 @@ py3c helps you port C extensions to Python 3.
It provides a detailed guide, and a set of macros
to make porting easy and reduce boilerplate.
-
-WWW: https://github.com/encukou/py3c