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

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

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

LICENSE=	BSD3CLAUSE

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