File:  [cvs.NetBSD.org] / pkgsrc / security / hs-crypton / Makefile
Revision 1.9: download - view: text, annotated - select for diffs
Sun Feb 2 13:05:43 2025 UTC (2 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: HEAD
Bump all Haskell packages after switching the default compiler.

# $NetBSD: Makefile,v 1.9 2025/02/02 13:05:43 pho Exp $

DISTNAME=	crypton-1.0.1
PKGREVISION=	1
CATEGORIES=	security

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Cryptography Primitives sink
LICENSE=	modified-bsd

PLIST_SRC+=		PLIST
# Some modules are only built on specific platforms.
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
PLIST_SRC+=		PLIST.x86
.endif
PRINT_PLIST_AWK+=	/\/Entropy\/RDRand\./ { next }

.include "../../devel/hs-basement/buildlink3.mk"
.include "../../devel/hs-memory/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>