3c08fb5a46
PR: ports/146538 Submitted by: Ju Pengfei <jupengfei@gmail.com>
18 lines
385 B
Makefile
18 lines
385 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.6
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= jupengfei@gmail.com
|
|
COMMENT= Access to the BSD sysctl(3) interface
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|