1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/hs-data-default/Makefile

22 lines
426 B
Makefile
Raw Normal View History

# 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>