63f5eeef8a
With hat: portmgr
19 lines
375 B
Makefile
19 lines
375 B
Makefile
# Created by: Alfred Perlstein <alfred@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Faker
|
|
PORTVERSION= 0.8.15
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= alfred@FreeBSD.org
|
|
COMMENT= Generate fake data using python
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils concurrent autoplist
|
|
|
|
.include <bsd.port.mk>
|