blob: 23ed6bf725c961a469ee7ce6f4aa61f74648398a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# ex:ts=8
# Ports collection makefile for: py-rdflib
# Date created: Aug 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= rdflib
PORTVERSION= 3.2.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= A Python library for RDF manipulation
LICENSE= BSD
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0:${PORTSDIR}/devel/py-isodate
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
post-patch:
@${REINPLACE_CMD} -e 's|setuptools|distutils.core|' ${WRKSRC}/${PYSETUP}
.include <bsd.port.mk>
|