2010-05-05 08:45:58 +02:00
|
|
|
# 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
|
2011-05-26 02:51:15 +02:00
|
|
|
PORTREVISION= 2
|
2010-05-05 08:45:58 +02:00
|
|
|
CATEGORIES= devel haskell
|
|
|
|
|
2011-09-24 21:27:34 +02:00
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
2010-05-14 03:33:26 +02:00
|
|
|
COMMENT= Access to the BSD sysctl(3) interface
|
2010-05-05 08:45:58 +02:00
|
|
|
|
2011-05-09 07:28:57 +02:00
|
|
|
LICENSE= BSD
|
|
|
|
|
2010-05-14 03:33:26 +02:00
|
|
|
CABAL_SETUP= Setup.hs
|
2010-05-05 08:45:58 +02:00
|
|
|
|
2010-05-14 03:33:26 +02:00
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
2010-05-05 08:45:58 +02:00
|
|
|
.include <bsd.port.mk>
|