aboutsummaryrefslogtreecommitdiff
path: root/devel/py-petname/Makefile
blob: f2e78e25b737336316bd2837bfe2c8f8ebc37c0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>