12 lines
299 B
Makefile
12 lines
299 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/11/10 03:28:55 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= irc-0.4.4.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Haskell library for parsing IRC messages
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-parsec/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|