db8a630740
- Remove some cruft Obtained from: FreeBSD Haskell
17 lines
369 B
Makefile
17 lines
369 B
Makefile
# New ports collection makefile for: hs-strict
|
|
# Date created: May 14, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= strict
|
|
PORTVERSION= 0.3.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Strict data types and String IO
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|