db8a630740
- Remove some cruft Obtained from: FreeBSD Haskell
22 lines
465 B
Makefile
22 lines
465 B
Makefile
# New ports collection makefile for: hs-uulib
|
|
# Date created: February 27 2008
|
|
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= uulib
|
|
PORTVERSION= 0.9.14
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Haskell Utrecht Tools Library
|
|
|
|
LICENSE= BSD
|
|
FILE_LICENSE= COPYRIGHT
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|