diff options
Diffstat (limited to 'textproc/py-xmltv/Makefile')
-rw-r--r-- | textproc/py-xmltv/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/textproc/py-xmltv/Makefile b/textproc/py-xmltv/Makefile deleted file mode 100644 index df9cf1c99c39..000000000000 --- a/textproc/py-xmltv/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= xmltv -PORTVERSION= 1.3 -PORTREVISION= 1 -CATEGORIES= textproc python -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-xmltv-${PORTVERSION} - -MAINTAINER= jun-g@daemonfreaks.com -COMMENT= Python module that provides access to XMLTV TV listings - -LICENSE= LGPL21 - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -USES= python -USE_PYTHON= distutils -PYDISTUTILS_PKGNAME= python-xmltv -PROJECTHOST= python-xmltv -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -PORTDOCS= README.txt -.endif - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR} -.endif - -.include <bsd.port.mk> |