freebsd-ports/devel/py-petname/Makefile
2016-10-05 18:06:19 +00:00

16 lines
331 B
Makefile

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