freebsd-ports/textproc/py-rdflib/Makefile
Wen Heping 07d59eca73 - Update to 3.0.0
PR:		ports/150323
Submitted by:	C-S <c-s@c-s.li>
2010-09-09 02:11:20 +00:00

24 lines
443 B
Makefile

# ex:ts=8
# Ports collection makefile for: py-rdflib
# Date created: Aug 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= rdflib
PORTVERSION= 3.0.0
CATEGORIES= textproc python
MASTER_SITES= http://www.rdflib.net/ \
http://www.c-s.li/ports/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= A Python library for RDF manipulation
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>