diff options
Diffstat (limited to 'java/eclipse-datatools/Makefile')
-rw-r--r-- | java/eclipse-datatools/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/eclipse-datatools/Makefile b/java/eclipse-datatools/Makefile index 7e720a01e876..a2831deb012d 100644 --- a/java/eclipse-datatools/Makefile +++ b/java/eclipse-datatools/Makefile @@ -22,6 +22,12 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ ${LOCALBASE}/eclipse/features/org.eclipse.emf_2.3.2.v200802051830/feature.xml:${PORTSDIR}/java/eclipse-emf \ ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef +LICENSE= EPL +LICENSE_NAME= Eclipse Public License +LICENSE_GROUPS= FSF OSI +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_TEXT= The license: EPL (Eclipse Public License) is standard, please read from the web. A copy of the EPL is available at http://www.eclipse.org/org/documents/epl-v10.php + NO_BUILD= yes NO_WRKSUBDIR= yes USE_ZIP= yes |