blob: 9da6291cfec6e28e6c7a321a062c66145b5b93c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
PORTNAME= data-default-instances-old-locale
PORTVERSION= 0.0.1
PORTREVISION= 8
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Default instances for types in old-locale
LICENSE= BSD3CLAUSE
USE_CABAL= data-default-class old-locale
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|