freebsd-ports/devel/hs-syb-with-class-instances-text/Makefile
Gabor Pali db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00

22 lines
510 B
Makefile

# New ports collection makefile for: hs-syb-with-class-instances-text
# Date created: December 2, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= syb-with-class-instances-text
PORTVERSION= 0.0.1
PORTREVISION= 2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Scrap Your Boilerplate With Class Text instance
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= syb-with-class text>=0.7.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>