blob: d6ca969ae8cbc882fadae0723a32374557c6592e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.5 2022/02/12 08:50:41 pho Exp $
DISTNAME= utility-ht-0.0.16
PKGREVISION= 3
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Various small helper functions for Lists, Maybes, Tuples, Functions
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
|