db8a630740
- Remove some cruft Obtained from: FreeBSD Haskell
21 lines
426 B
Makefile
21 lines
426 B
Makefile
# New ports collection makefile for: hs-data-default
|
|
# Date created: 2011-03-07
|
|
# Whom: Ashish SHUKLA <ashish@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= data-default
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= A class for types with a default value for Haskell
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= dlist
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|