diff options
Diffstat (limited to 'devel/py3c')
-rw-r--r-- | devel/py3c/Makefile | 28 | ||||
-rw-r--r-- | devel/py3c/pkg-descr | 6 |
2 files changed, 0 insertions, 34 deletions
diff --git a/devel/py3c/Makefile b/devel/py3c/Makefile deleted file mode 100644 index e4e1e349f6a6..000000000000 --- a/devel/py3c/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: lev@FreeBSD.org - -PORTNAME= py3c -PORTVERSION= 1.3 -DISTVERSIONPREFIX= v -CATEGORIES= devel - -MAINTAINER= lev@FreeBSD.org -COMMENT= Py3c helps you port C extensions to Python 3 - -LICENSE= MIT - -USES= gmake - -USE_GITHUB= yes -GH_ACCOUNT= encukou - -NO_BUILD= yes - -do-install: - @${MAKE_CMD} \ - prefix=${PREFIX} \ - pkgconfigdir=${PREFIX}/libdata/pkgconfig \ - DESTDIR=${STAGEDIR} \ - -C ${WRKSRC} \ - install - -.include <bsd.port.mk> diff --git a/devel/py3c/pkg-descr b/devel/py3c/pkg-descr deleted file mode 100644 index b1b69bf04c13..000000000000 --- a/devel/py3c/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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 |