69d30e9194
already including on python 2.5 and later versions. These are already the required versions for the port. o Remove ELEMENTTREE from OPTIONS o Bump PORTREVISION due to dependency list change PR: 159867 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
31 lines
682 B
Makefile
31 lines
682 B
Makefile
# New ports collection makefile for: pynzb
|
|
# Date created: Wed Apr 7 13:06:51 UTC 2010
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pynzb
|
|
PORTVERSION= 0.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= news python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
COMMENT= A unified API for parsing NZB files
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_NOEGGINFO= yes
|
|
|
|
OPTIONS= LXML "Add support for py-lxml" Off
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if !defined(WITHOUT_LXML)
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.1:${PORTSDIR}/devel/py-lxml
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|