freebsd-ports/www/hs-shakespeare-js/Makefile
Gabor Pali 920026b39f - Update to 1.0.0.3
Obtained from:	FreeBSD Haskell
2012-06-03 22:43:42 +00:00

20 lines
456 B
Makefile

# New ports collection makefile for: hs-shakespeare-js
# Date created: December 26, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= shakespeare-js
PORTVERSION= 1.0.0.3
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Stick your Haskell variables into JavaScript at compile time
LICENSE= MIT
USE_CABAL= shakespeare>=1.0 text>=0.7
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>