aboutsummaryrefslogtreecommitdiff
path: root/java/javamail
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2011-02-17 08:31:22 +0000
committerAlex Dupre <ale@FreeBSD.org>2011-02-17 08:31:22 +0000
commitee5d71dcec3b5f349117c8f7c87edbf69cf929d4 (patch)
tree04d95bb4b98d4ecbe51c59c3674d4fd5b2fb5c5d /java/javamail
parentf25fe32c692546b8c070c67c93ebadff8b2ac41d (diff)
downloadports-ee5d71dcec3b5f349117c8f7c87edbf69cf929d4.tar.gz
ports-ee5d71dcec3b5f349117c8f7c87edbf69cf929d4.zip
Notes
Diffstat (limited to 'java/javamail')
-rw-r--r--java/javamail/Makefile5
-rw-r--r--java/javamail/pkg-descr13
2 files changed, 10 insertions, 8 deletions
diff --git a/java/javamail/Makefile b/java/javamail/Makefile
index a12a3bc81a30..48c82bc6ac39 100644
--- a/java/javamail/Makefile
+++ b/java/javamail/Makefile
@@ -11,11 +11,14 @@ CATEGORIES= java mail
MASTER_SITES= http://kenai.com/downloads/javamail/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ale@FreeBSD.org
COMMENT= A Reference Implementation of JSR 919
RUN_DEPENDS= ${JAVALIBDIR}/activation.jar:${PORTSDIR}/java/jaf
+LICENSE= GPLv2 CDDL
+LICENSE_COMB= dual
+
USE_ZIP= YES
USE_JAVA= YES
JAVA_VERSION= 1.4+
diff --git a/java/javamail/pkg-descr b/java/javamail/pkg-descr
index 081da6ca960c..5f33af61e5ce 100644
--- a/java/javamail/pkg-descr
+++ b/java/javamail/pkg-descr
@@ -1,10 +1,9 @@
The JavaMail API provides a platform-independent and protocol-independent
framework to build mail and messaging applications. The JavaMail API is
-implemented as a Java platform optional package and is also available as
-part of the Java platform, Enterprise Edition. All Java EE application
-servers, including GlassFish, provide an implementation of the JavaMail
-API. The JavaMail implementation in GlassFish is the source code from wh
--ich the JavaMail reference implementation is built. Many other applica
--tion servers use the same JavaMail reference implementation.
+available as an optional package for use with Java SE platform and is
+also included in the Java EE platform.
-WWW: http://java.sun.com/products/javamail/
+WWW: http://www.oracle.com/technetwork/java/javamail/
+
+- Alex Dupre
+ale@FreeBSD.org