shakespeare-1.0.5.1.ebuild 833 B

123456789101112131415161718192021222324252627282930
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. # ebuild generated by hackport 0.3.3.9999
  5. CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
  6. inherit haskell-cabal
  7. DESCRIPTION="A toolkit for making compile-time interpolated templates"
  8. HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates"
  9. SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
  10. LICENSE="MIT"
  11. SLOT="0/${PV}"
  12. KEYWORDS="~amd64 ~x86"
  13. IUSE=""
  14. RDEPEND=">=dev-haskell/parsec-2:=[profile?]
  15. <dev-haskell/parsec-4:=[profile?]
  16. >=dev-haskell/system-fileio-0.3:=[profile?]
  17. >=dev-haskell/system-filepath-0.4:=[profile?]
  18. >=dev-haskell/text-0.7:=[profile?]
  19. >=dev-lang/ghc-6.12.1:="
  20. DEPEND="${RDEPEND}
  21. >=dev-haskell/cabal-1.8
  22. test? ( >=dev-haskell/hspec-1.3
  23. )"