diff options
Diffstat (limited to 'devel/py-python2-pythondialog/Makefile')
-rw-r--r-- | devel/py-python2-pythondialog/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/py-python2-pythondialog/Makefile b/devel/py-python2-pythondialog/Makefile new file mode 100644 index 000000000000..016c2bfdc928 --- /dev/null +++ b/devel/py-python2-pythondialog/Makefile @@ -0,0 +1,19 @@ +# 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> |