diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-01-09 23:41:08 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-01-09 23:41:08 +0800 |
commit | 4f7c486f725d005ae95c9625c0a76c72abee9106 (patch) | |
tree | d5e6f94b4b5d8aaccd8d04110a0c903cda2ea0ad /java/castor | |
parent | 42f09bb18823620f8b289d268c0261cdca5968a5 (diff) | |
download | freebsd-ports-gnome-4f7c486f725d005ae95c9625c0a76c72abee9106.tar.gz freebsd-ports-gnome-4f7c486f725d005ae95c9625c0a76c72abee9106.tar.zst freebsd-ports-gnome-4f7c486f725d005ae95c9625c0a76c72abee9106.zip |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav
Diffstat (limited to 'java/castor')
-rw-r--r-- | java/castor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/castor/Makefile b/java/castor/Makefile index 28e764d103e8..7c42a2de1844 100644 --- a/java/castor/Makefile +++ b/java/castor/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= crees@FreeBSD.org COMMENT= Data binding for XML (JAXB) and SQL database (JDO) -LICENSE= ASL +LICENSE= AL2 USE_JAVA= yes JAVA_VERSION= 1.5+ |