aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-AnyEvent-BDB
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-04 13:48:22 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-04 13:48:22 +0000
commit4b9538dd3557cf22818e7227b3ea1fa52e272067 (patch)
tree55e477efd256da59580e4d607ec13af501f97bc9 /databases/p5-AnyEvent-BDB
parentba33313a9d87f9cf91b0e798dc0bded4415313cb (diff)
downloadports-4b9538dd3557cf22818e7227b3ea1fa52e272067.tar.gz
ports-4b9538dd3557cf22818e7227b3ea1fa52e272067.zip
Add LICENSE
Notes
Notes: svn path=/head/; revision=435395
Diffstat (limited to 'databases/p5-AnyEvent-BDB')
-rw-r--r--databases/p5-AnyEvent-BDB/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/p5-AnyEvent-BDB/Makefile b/databases/p5-AnyEvent-BDB/Makefile
index a6d6c338db2a..e90644e3c5e7 100644
--- a/databases/p5-AnyEvent-BDB/Makefile
+++ b/databases/p5-AnyEvent-BDB/Makefile
@@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Truly asynchronous Berkeley DB access
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-AnyEvent>=3.81:devel/p5-AnyEvent \
p5-BDB>=1.5:databases/p5-BDB
RUN_DEPENDS:= ${BUILD_DEPENDS}