0369e98d5e
- drop py-simplejson dependency - they only use it as fallback for python < 2.6 (when native json module isn't available). Since python 2.4/2.5 are EOL, this may be safely dropped. PR: 166379 Submitted by: rm (myself) Approved by: maintainer timeout (2 weeks) Feature safe: yes
27 lines
712 B
Makefile
27 lines
712 B
Makefile
# New ports collection makefile for: tvnamer
|
|
# Date created: Mon Jul 25 02:11:57 UTC 2011
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tvnamer
|
|
PORTVERSION= 2.2
|
|
CATEGORIES= multimedia python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
COMMENT= Automatically names downloaded/recorded TV-episode
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tvdb_api>=1.5:${PORTSDIR}/www/py-tvdb_api
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tvdb_api>=1.5:${PORTSDIR}/www/py-tvdb_api
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|