mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
93f7714e2b
PR: 178157 Submitted by: Ports Fury
26 lines
529 B
Makefile
26 lines
529 B
Makefile
# Created by: Hye-Shik Chang
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= repl
|
|
PORTVERSION= 0.8.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pyrepl-${PORTVERSION}
|
|
DIST_SUBDIR= python
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Replacement for readline and interactive environment for Python
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= pyrepl
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|platforms =.*|zip_safe = False,|' ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|