aboutsummaryrefslogtreecommitdiff
path: root/www/py-fake-useragent/Makefile
blob: ad5a38cbcd4b983b127d4b426a91e30bd5b22550 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>

PORTNAME=	fake-useragent
PORTVERSION=	0.1.11
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Up to date simple useragent faker with real world database

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>