1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Take maintainership and add LICENSE.

Feature safe:	yes
This commit is contained in:
Alex Dupre 2011-02-17 08:31:22 +00:00
parent f25fe32c69
commit ee5d71dcec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269270
2 changed files with 10 additions and 8 deletions

View File

@ -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+

View File

@ -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