diff options
author | Tong LIU <nemoliu@FreeBSD.org> | 2007-04-30 06:27:41 +0000 |
---|---|---|
committer | Tong LIU <nemoliu@FreeBSD.org> | 2007-04-30 06:27:41 +0000 |
commit | 17b108023a66815d6c9c432809f122851633c300 (patch) | |
tree | 0ae9747983c2418d6ea6595fd4a3d22a783d3f81 /devel/flexjson | |
parent | a475695318a4200313c9b792cab7b487dbe06037 (diff) | |
download | ports-17b108023a66815d6c9c432809f122851633c300.tar.gz ports-17b108023a66815d6c9c432809f122851633c300.zip |
Notes
Diffstat (limited to 'devel/flexjson')
-rw-r--r-- | devel/flexjson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/flexjson/Makefile b/devel/flexjson/Makefile index edd6ef6405fa..0fa78952c8b3 100644 --- a/devel/flexjson/Makefile +++ b/devel/flexjson/Makefile @@ -1,6 +1,6 @@ # Ports collection makefile for: FlexJson # Date created: 20 Apr 2006 -# Whom: Nemo Liu <nemoliu@gmail.com> +# Whom: Nemo Liu <nemoliu@FreeBSD.org> # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME} -MAINTAINER= nemoliu@gmail.com +MAINTAINER= nemoliu@FreeBSD.org COMMENT= A lightweight Java library to write JSON USE_JAVA= yes |