diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-06-06 02:57:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-06-06 02:57:18 +0800 |
commit | 915cb7ec4877660f00c66dc454dc3c813447adf0 (patch) | |
tree | bae58a2605ad21b3adc97b9e6b78371dbdb70de3 | |
parent | 8617d53bcda479b79c3bc90264fd7b553029e5f5 (diff) | |
download | freebsd-ports-gnome-915cb7ec4877660f00c66dc454dc3c813447adf0.tar.gz freebsd-ports-gnome-915cb7ec4877660f00c66dc454dc3c813447adf0.tar.zst freebsd-ports-gnome-915cb7ec4877660f00c66dc454dc3c813447adf0.zip |
Add LICENSE
Approved by: portmgr (blanket)
-rw-r--r-- | science/p5-Chemistry-Reaction/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/science/p5-Chemistry-Reaction/Makefile b/science/p5-Chemistry-Reaction/Makefile index df9c56bc1a99..5d51ee71ae34 100644 --- a/science/p5-Chemistry-Reaction/Makefile +++ b/science/p5-Chemistry-Reaction/Makefile @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Represent a ring as a substructure of a molecule +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Chemistry-Mol>=0:science/p5-Chemistry-Mol \ p5-Chemistry-File-SMILES>=0:science/p5-Chemistry-File-SMILES \ p5-Statistics-Regression>=0:math/p5-Statistics-Regression \ |