diff options
author | ale <ale@FreeBSD.org> | 2011-02-17 16:31:22 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-02-17 16:31:22 +0800 |
commit | d4bef66ff71306cea005a6a1b335ac16d06aa0c2 (patch) | |
tree | 0d158cd5e5092240ecd088d0afb256ad120a8da6 /java | |
parent | db92c37f1f6c98e62161fb60f89312d528687cc2 (diff) | |
download | freebsd-ports-gnome-d4bef66ff71306cea005a6a1b335ac16d06aa0c2.tar.gz freebsd-ports-gnome-d4bef66ff71306cea005a6a1b335ac16d06aa0c2.tar.zst freebsd-ports-gnome-d4bef66ff71306cea005a6a1b335ac16d06aa0c2.zip |
Take maintainership and add LICENSE.
Feature safe: yes
Diffstat (limited to 'java')
-rw-r--r-- | java/javamail/Makefile | 5 | ||||
-rw-r--r-- | java/javamail/pkg-descr | 13 |
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 |