1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/py-repl/Makefile
Martin Wilke 93f7714e2b - Update to 0.8.4
PR:		178157
Submitted by:	Ports Fury
2013-04-29 14:19:40 +00:00

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>