aboutsummaryrefslogtreecommitdiff
path: root/devel/jsap
diff options
context:
space:
mode:
Diffstat (limited to 'devel/jsap')
-rw-r--r--devel/jsap/Makefile3
-rw-r--r--devel/jsap/pkg-descr2
2 files changed, 1 insertions, 4 deletions
diff --git a/devel/jsap/Makefile b/devel/jsap/Makefile
index 0294328161f5..773fabf90afc 100644
--- a/devel/jsap/Makefile
+++ b/devel/jsap/Makefile
@@ -1,5 +1,3 @@
-# Created by: Herve Quiroz <hq@FreeBSD.org>
-
PORTNAME= jsap
DISTVERSION= 2.1
PORTREVISION= 2
@@ -9,6 +7,7 @@ DISTNAME= ${PORTNAME:tu}-${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Java package to parse command-line arguments
+WWW= http://www.martiansoftware.com/jsap/index.html
USE_JAVA= yes
NO_BUILD= yes
diff --git a/devel/jsap/pkg-descr b/devel/jsap/pkg-descr
index e0175d9fe629..a6d7ba36cda1 100644
--- a/devel/jsap/pkg-descr
+++ b/devel/jsap/pkg-descr
@@ -8,5 +8,3 @@ with the command line. If JSAP indicates that your command line was
successfully parsed, you are guaranteed an Integer when you request that
parameter's value from your program. There's a pretty big (and growing) list of
return types supported by JSAP.
-
-WWW: http://www.martiansoftware.com/jsap/index.html