freebsd-ports/net/hs-network/Makefile
Gabor Pali db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00

22 lines
410 B
Makefile

# New ports collection makefile for: hs-network
# Date created: 2010-05-14
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= network
PORTVERSION= 2.3.0.13
PORTREVISION= 1
CATEGORIES= net haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Low-level networking interface
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= parsec>=2.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>