1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/py-repl/Makefile
William Grzybowski 811498a678 devel/py-repl: switch from easy_install
- Switch from easy_install to install
- Remove now deprecated post-patch
- Allow staging
2013-12-20 18:41:37 +00:00

23 lines
439 B
Makefile

# Created by: Hye-Shik Chang
# $FreeBSD$
PORTNAME= repl
PORTVERSION= 0.8.4
PORTREVISION= 1
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=yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>