ports/devel/py-petname/Makefile
Po-Chuan Hsieh 82891503bd
devel/py-petname: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-07-07 00:12:00 +08:00

22 lines
537 B
Makefile

PORTNAME= petname
PORTVERSION= 2.6
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Generate human-readable, random object names
WWW= https://github.com/dustinkirkland/python-petname
LICENSE= APACHE20
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>