blob: 7b0830eecc969364c7bf6ff62c75c3b701da0dac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# ex:ts=8
# Ports collection makefile for: py-rdflib
# Date created: Aug 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= rdflib
PORTVERSION= 0.9.5
CATEGORIES= textproc python
MASTER_SITES= http://rdflib.net/2002/08/06/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A Python library for RDF manipulation
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|