blob: 1254790823ced591986620de7d1c99df9dd5866f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= pymsgbox
DISTVERSION= 1.0.9
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyMsgBox-${DISTVERSION}
MAINTAINER= acm@FreeBSD.org
COMMENT= Python module for JavaScript-like message boxes
WWW= https://github.com/asweigart/pymsgbox
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>
|