13 lines
354 B
Makefile
13 lines
354 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/03/04 06:08:44 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= data-accessor-0.2.2.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Utilities for accessing and manipulating field of records
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-transformers/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|