summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-01-16 18:57:54 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2016-01-16 19:42:39 +0000
commit6697e28e3a45aff4663764a53048e3c7a5205458 (patch)
treecc9608ec316990b893bc9cea4bef121ac37c03a7 /dev-haskell/pcre-light/pcre-light-0.4.0.4.ebuild
parentdev-haskell/path-pieces: bump up to 0.2.1 (diff)
downloadgentoo-6697e28e3a45aff4663764a53048e3c7a5205458.tar.gz
gentoo-6697e28e3a45aff4663764a53048e3c7a5205458.tar.bz2
gentoo-6697e28e3a45aff4663764a53048e3c7a5205458.zip
dev-haskell/pcre-light: bump up to 0.4.0.4
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-haskell/pcre-light/pcre-light-0.4.0.4.ebuild')
-rw-r--r--dev-haskell/pcre-light/pcre-light-0.4.0.4.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-haskell/pcre-light/pcre-light-0.4.0.4.ebuild b/dev-haskell/pcre-light/pcre-light-0.4.0.4.ebuild
new file mode 100644
index 000000000000..bdc8483d6c2c
--- /dev/null
+++ b/dev-haskell/pcre-light/pcre-light-0.4.0.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Portable regex library for Perl 5 compatible regular expressions"
+HOMEPAGE="https://github.com/Daniel-Diaz/pcre-light"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+ dev-libs/libpcre
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2.0
+ virtual/pkgconfig
+"