freebsd-ports/devel/py-param/Makefile
Yuri Victorovich 659f2c875b devel/py-param: Update 1.12.2 → 1.13.0
Reported by:	portscout
2023-03-15 21:19:15 -07:00

19 lines
379 B
Makefile

PORTNAME= param
DISTVERSION= 1.13.0
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Module to make Python code clearer and more reliable
WWW= https://param.holoviz.org/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>