diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-26 09:07:15 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-26 09:07:15 +0000 |
commit | 574052da9fba66678278dfab5b334698dd3b53ef (patch) | |
tree | a142a5ea474729e20a56ad24276c2dff1ac814b4 /science/p5-Chemistry-Mol | |
parent | 508290da9450df2201a4014c9589303b5e8d4c21 (diff) | |
download | ports-574052da9fba66678278dfab5b334698dd3b53ef.tar.gz ports-574052da9fba66678278dfab5b334698dd3b53ef.zip |
Notes
Diffstat (limited to 'science/p5-Chemistry-Mol')
-rw-r--r-- | science/p5-Chemistry-Mol/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/science/p5-Chemistry-Mol/Makefile b/science/p5-Chemistry-Mol/Makefile index b9afe93aeead..99858b359c9e 100644 --- a/science/p5-Chemistry-Mol/Makefile +++ b/science/p5-Chemistry-Mol/Makefile @@ -11,10 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl toolkit to describe molecules +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Math-VectorReal>=1.02:math/p5-Math-VectorReal RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |