diff options
Diffstat (limited to 'devel/py-cxx')
-rw-r--r-- | devel/py-cxx/Makefile | 2 | ||||
-rw-r--r-- | devel/py-cxx/pkg-comment | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/devel/py-cxx/Makefile b/devel/py-cxx/Makefile index 49426a8b12fc..89ffc31bf97b 100644 --- a/devel/py-cxx/Makefile +++ b/devel/py-cxx/Makefile @@ -16,8 +16,6 @@ DISTNAME= PyCXX-V${PORTVERSION:S/r/-rc/} MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= Make it easier to extend Python with C++ - USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/devel/py-cxx/pkg-comment b/devel/py-cxx/pkg-comment new file mode 100644 index 000000000000..bde36edfcd74 --- /dev/null +++ b/devel/py-cxx/pkg-comment @@ -0,0 +1 @@ +Make it easier to extend Python with C++ |