13 lines
347 B
Makefile
13 lines
347 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/09/13 22:23:28 szptvlfn Exp $
|
|
|
|
DISTNAME= hashable-1.2.2.0
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Class for types that can be converted to a hash value
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-text/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|