diff options
author | xride <xride@FreeBSD.org> | 2006-09-30 06:01:22 +0800 |
---|---|---|
committer | xride <xride@FreeBSD.org> | 2006-09-30 06:01:22 +0800 |
commit | 64c87c28881beecb28a8a2d93f108fcfee4be1b8 (patch) | |
tree | 4b9224bbe4dd1f6096d385f20d293698fb7a2323 /textproc | |
parent | a47785e833982fa3907c9b4df89840d041623109 (diff) | |
download | freebsd-ports-gnome-64c87c28881beecb28a8a2d93f108fcfee4be1b8.tar.gz freebsd-ports-gnome-64c87c28881beecb28a8a2d93f108fcfee4be1b8.tar.zst freebsd-ports-gnome-64c87c28881beecb28a8a2d93f108fcfee4be1b8.zip |
Change my MAINTAINER email to be my @FreeBSD email
Approved by: tmclaugh
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-rdflib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-rdflib/Makefile b/textproc/py-rdflib/Makefile index 1071a9003295..3e51e0041d53 100644 --- a/textproc/py-rdflib/Makefile +++ b/textproc/py-rdflib/Makefile @@ -12,7 +12,7 @@ CATEGORIES= textproc python MASTER_SITES= http://rdflib.net/2006/02/27/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= xride@x12.dk +MAINTAINER= xride@FreeBSD.org COMMENT= A Python library for RDF manipulation USE_PYTHON= 2.2+ |