freebsd-ports/devel/py-python2-pythondialog/Makefile
Sunpoet Po-Chuan Hsieh f56623c0df - Add LICENSE_FILE
2015-11-06 12:41:38 +00:00

20 lines
433 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
LICENSE_FILE= ${WRKSRC}/COPYING
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python:2 tar:bz2
.include <bsd.port.mk>