14 lines
336 B
Makefile
14 lines
336 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/02/10 05:38:18 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= network-2.2.0.1
|
|
PKGREVISION= 1
|
|
PKGNAME= hs-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Haskell networking-related facilities
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/parsec/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|