14 lines
410 B
Makefile
14 lines
410 B
Makefile
# $NetBSD: Makefile,v 1.2 2022/02/26 03:58:07 pho Exp $
|
|
|
|
DISTNAME= semver-range-0.2.8
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Implementation of semver and semantic version ranges
|
|
LICENSE= mit
|
|
|
|
.include "../../devel/hs-classy-prelude/buildlink3.mk"
|
|
.include "../../devel/hs-unordered-containers/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|