freebsd-ports/devel/hs-bsd-sysctl/Makefile
Gabor Pali 0a56f55375 - Update to 1.0.7
Obtained from:	FreeBSD Haskell
2012-06-03 21:35:41 +00:00

20 lines
399 B
Makefile

# New ports collection makefile for: hs-bsd-sysctl
# Date created: 04 May 2010
# Whom: Ju Pengfei <jupengfei@gmail.com>
#
# $FreeBSD$
#
PORTNAME= bsd-sysctl
PORTVERSION= 1.0.7
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Access to the BSD sysctl(3) interface
LICENSE= BSD
CABAL_SETUP= Setup.hs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>