forked from Lainports/opnsense-ports
19 lines
391 B
Makefile
19 lines
391 B
Makefile
PORTNAME= pymsgbox
|
|
DISTVERSION= 1.0.9
|
|
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>
|