summaryrefslogtreecommitdiff
path: root/devel/hs-bsd-sysctl/Makefile
blob: fbe9c6b93f04096168e82257a294861ad33972b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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.6
PORTREVISION=	1
CATEGORIES=	devel haskell

MAINTAINER=	jupengfei@gmail.com
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>