aboutsummaryrefslogtreecommitdiff
path: root/www/py-internetarchive/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-03-10 22:43:38 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-03-10 22:43:38 +0000
commitac0f2f9475b72e0a201dc3f23985bad66f2e77e8 (patch)
treeebda5b8400103a9e15dea6abde96cb3583ecf964 /www/py-internetarchive/Makefile
parentb727cbe3aa44545899c2c2b5a99f2d6fb536c021 (diff)
downloadports-ac0f2f9475b72e0a201dc3f23985bad66f2e77e8.tar.gz
ports-ac0f2f9475b72e0a201dc3f23985bad66f2e77e8.zip
New port: www/py-internetarchive: Python interface to archive.org
Approved by: tcberner (mentor, implicit)
Notes
Notes: svn path=/head/; revision=464094
Diffstat (limited to 'www/py-internetarchive/Makefile')
-rw-r--r--www/py-internetarchive/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/py-internetarchive/Makefile b/www/py-internetarchive/Makefile
new file mode 100644
index 000000000000..544637258c44
--- /dev/null
+++ b/www/py-internetarchive/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= internetarchive
+DISTVERSION= 1.7.7
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Python interface to archive.org
+
+LICENSE= AGPLv3
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= distutils concurrent autoplist
+NO_ARCH= yes
+
+.include <bsd.port.mk>