blob: 3e51e0041d53a1153f727ab7c63f4f0c1cc817bd (
plain) (
tree)
|
|
# ex:ts=8
# Ports collection makefile for: py-rdflib
# Date created: Aug 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= rdflib
PORTVERSION= 2.3.1
CATEGORIES= textproc python
MASTER_SITES= http://rdflib.net/2006/02/27/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= xride@FreeBSD.org
COMMENT= A Python library for RDF manipulation
USE_PYTHON= 2.2+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|