14 lines
391 B
Makefile
14 lines
391 B
Makefile
# $NetBSD: Makefile,v 1.9 2022/02/26 03:58:11 pho Exp $
|
|
|
|
DISTNAME= uuid-types-1.0.5
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Type definitions for Universally Unique Identifiers
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-hashable/buildlink3.mk"
|
|
.include "../../devel/hs-random/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|