17 lines
345 B
Makefile
17 lines
345 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= syb-with-class-instances-text
|
|
PORTVERSION= 0.0.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Scrap Your Boilerplate With Class Text instance
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= syb-with-class text>=0.7.1
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|