freebsd-ports/www/py-tvdb_api/Makefile

17 lines
344 B
Makefile
Raw Normal View History

# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
PORTNAME= tvdb_api
2015-12-08 17:16:30 +01:00
PORTVERSION= 1.10
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= API interface to TheTVDB.com
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>