mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
db8a630740
- Remove some cruft Obtained from: FreeBSD Haskell
22 lines
426 B
Makefile
22 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>
|