mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
27 lines
537 B
Makefile
27 lines
537 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
PORTNAME= py_interface
|
|
PORTVERSION= 2.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Python implementation of an Erlang node
|
|
|
|
LICENSE= LGPL20
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
PORTDOCS= README
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|