summaryrefslogtreecommitdiff
blob: 083075e5117d3c299109e1c29f81a78a511aeee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DESCRIPTION="COmputer Language Manipulation"
HOMEPAGE="http://www.complang.org/colm/"
SRC_URI="http://www.colm.net/files/${PN}/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"