2012-10-12 11:58:39 +02:00
|
|
|
# Created by: ijliao
|
2002-08-14 21:05:23 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rdflib
|
2012-10-12 11:58:39 +02:00
|
|
|
PORTVERSION= 3.2.3
|
2002-08-14 21:05:23 +02:00
|
|
|
CATEGORIES= textproc python
|
2011-11-08 03:05:28 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2006-04-15 17:46:33 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2002-08-14 21:05:23 +02:00
|
|
|
|
2007-01-19 19:46:41 +01:00
|
|
|
MAINTAINER= python@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A Python library for RDF manipulation
|
2002-08-14 21:05:23 +02:00
|
|
|
|
2010-09-09 04:11:20 +02:00
|
|
|
LICENSE= BSD
|
2007-04-05 08:53:13 +02:00
|
|
|
|
2012-02-10 02:57:23 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0:${PORTSDIR}/devel/py-isodate
|
|
|
|
|
2012-10-12 11:58:39 +02:00
|
|
|
USE_PYTHON= -2.7
|
2010-09-09 04:11:20 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2009-04-11 10:05:24 +02:00
|
|
|
|
2012-02-10 02:57:23 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|setuptools|distutils.core|' ${WRKSRC}/${PYSETUP}
|
|
|
|
|
2009-01-06 18:43:44 +01:00
|
|
|
.include <bsd.port.mk>
|