summaryrefslogtreecommitdiff
path: root/sysutils/hs-cpu/Makefile
blob: 6695bf14594074e201edfcfc8cd676d8e489976b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=	cpu
PORTVERSION=	0.1.1
PORTREVISION=	3
CATEGORIES=	sysutils haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Cpu information and properties helpers

LICENSE=	BSD

NO_STAGE=	yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>