1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/textproc/py-rdflib/Makefile
Pav Lucistnik f7d3c63ce1 - Update to 2.3.1
PR:		ports/95801
Submitted by:	Soeren Straarup <xride@x12.dk> (maintainer)
2006-04-15 15:46:33 +00:00

22 lines
402 B
Makefile

# 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@x12.dk
COMMENT= A Python library for RDF manipulation
USE_PYTHON= 2.2+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>