1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/www/py-tmdb3/Makefile
Antoine Brodin 41a5348a3b Deprecate a few ports
With hat:	portmgr
2020-02-23 15:25:53 +00:00

21 lines
425 B
Makefile

# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD$
PORTNAME= tmdb3
PORTVERSION= 0.7.2
PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= TheMovieDB.org APIv3 interface
DEPRECATED= Uses deprecated version of python
EXPIRATION_DATE= 2020-08-15
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>