freebsd-ports/devel/py-petname/Makefile
2021-04-06 16:31:07 +02:00

20 lines
388 B
Makefile

# Created by: Tom Judge <tj@FreeBSD.org>
PORTNAME= petname
PORTVERSION= 2.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Generate human-readable, random object names
LICENSE= APACHE20
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>