pkgsrc/sysutils/hs-byteorder/Makefile
2021-05-03 19:00:52 +00:00

12 lines
306 B
Makefile

# $NetBSD: Makefile,v 1.2 2021/05/03 19:01:11 pho Exp $
DISTNAME= byteorder-1.0.4
PKGREVISION= 1
CATEGORIES= sysutils
MAINTAINER= pho@cielonegro.org
COMMENT= Exposes the native endianness or byte ordering of the system
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"