freebsd-ports/devel/hs-bsd-sysctl/Makefile
Gabor Pali 3c08fb5a46 - Convert to the new format
PR:		ports/146538
Submitted by:	Ju Pengfei <jupengfei@gmail.com>
2010-05-14 01:33:26 +00:00

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>