summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/trivial-http/trivial-http-1.3.0.ebuild')
-rw-r--r--dev-lisp/trivial-http/trivial-http-1.3.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild b/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild
index e42f169e..2a97e163 100644
--- a/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild
+++ b/dev-lisp/trivial-http/trivial-http-1.3.0.ebuild
@@ -7,10 +7,12 @@ inherit common-lisp-2
DESCRIPTION="TRIVIAL-HTTP is a library for doing HTTP POST, HEAD and GET over a socket interface."
HOMEPAGE="http://common-lisp.net/project/trivial-http/"
SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
+
DEPEND="!dev-lisp/cl-${PN}
dev-lisp/usocket
dev-lisp/lift"