freebsd-ports/devel/py-python2-pythondialog/Makefile
Sunpoet Po-Chuan Hsieh baab7bcba3 - Add py-python2-pythondialog 3.3.0
Python interface to the UNIX dialog utility and mostly-compatible programs
(Python 2 backport)

This version is a backport of pythondialog to Python 2. Unless you really have
to use Python 2, you should go to the pythondialog homepage and download the
reference implementation which, at the time of this writing (May 2015) and for
the forseeable future, is targeted at Python 3.

WWW: http://pythondialog.sourceforge.net/
2015-06-14 09:25:14 +00:00

19 lines
401 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= python2-pythondialog
PORTVERSION= 3.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Backport of pythondialog to Python 2
LICENSE= LGPL21
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python:2 tar:bz2
.include <bsd.port.mk>