5cdcc09e30
- Use the new options framework Obtained from: FreeBSD Haskell
20 lines
393 B
Makefile
20 lines
393 B
Makefile
# New ports collection makefile for: hs-cpu
|
|
# Date created: May 9, 2012
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cpu
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= sysutils haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Cpu information and properties helpers
|
|
|
|
LICENSE= BSD
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|