diff options
Diffstat (limited to 'www/py-fake-useragent/Makefile')
-rw-r--r-- | www/py-fake-useragent/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/py-fake-useragent/Makefile b/www/py-fake-useragent/Makefile new file mode 100644 index 000000000000..043fe73fc19f --- /dev/null +++ b/www/py-fake-useragent/Makefile @@ -0,0 +1,21 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +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 +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> |