freebsd-ports/sysutils/hs-cpu/Makefile
Gabor Pali 5cdcc09e30 - Update to 0.1.1
- Use the new options framework

Obtained from:	FreeBSD Haskell
2012-08-03 03:11:14 +00:00

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>