freebsd-ports/textproc/py-xmltv/Makefile
Nicola Vitale bfd67d97c2 - Update to 1.3
- Fix position of *_DEPENDS block in Makefile
- Pass the maintainership to the submitter

PR:		ports/131737
Submitted by:	Junji NAKANISHI <jun-g at daemonfreaks dot com>
2009-02-16 14:39:48 +00:00

35 lines
854 B
Makefile

# New ports collection makefile for: python xmltv
# Date created: Sun May 8 21:31:15 UTC 2005
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xmltv
PORTVERSION= 1.3
CATEGORIES= textproc python
MASTER_SITES= http://www.funktronics.ca/python-xmltv/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-xmltv-${PORTVERSION}
MAINTAINER= jun-g@daemonfreaks.com
COMMENT= A Python module that provides access to XMLTV TV listings
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= python-xmltv
.ifndef(NOPORTDOCS)
PORTDOCS= README.txt
.endif
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>