diff options
Diffstat (limited to 'devel/tclxml/Makefile')
-rw-r--r-- | devel/tclxml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/tclxml/Makefile b/devel/tclxml/Makefile index 7fec7cd65ad4..02dca1fba057 100644 --- a/devel/tclxml/Makefile +++ b/devel/tclxml/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: tclxml # Date created: 2 May 2003 -# Whom: David Yeske <dyeske@yahoo.com> +# Whom: David Yeske <dyeske@gmail.com> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tclxml -MAINTAINER= dyeske@yahoo.com +MAINTAINER= dyeske@gmail.com COMMENT= API for parsing XML documents using Tcl BUILD_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84 |