diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-01-09 15:41:08 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-01-09 15:41:08 +0000 |
commit | e0ac1afbf4d61f57851cd4a6a3a746a02296ec78 (patch) | |
tree | 740940432c415fc143ec9a4df32e1b52bea8bbdd /devel/scalatest | |
parent | 6b3c1c257ad43484d7b791a4a70e76e61d4487c0 (diff) |
Notes
Diffstat (limited to 'devel/scalatest')
-rw-r--r-- | devel/scalatest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/scalatest/Makefile b/devel/scalatest/Makefile index fd319783b20c..f2ce8ffa2cb5 100644 --- a/devel/scalatest/Makefile +++ b/devel/scalatest/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.artima.com/downloadScalaTest/ \ MAINTAINER= mitsururike@gmail.com COMMENT= A regression testing utility for use with the Scala Language -LICENSE= ASL +LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= scala>=2.9.0:${PORTSDIR}/lang/scala |