13 lines
433 B
Makefile
13 lines
433 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/03/30 16:48:43 riastradh Exp $
|
|
|
|
DISTNAME= text-short-0.1.3
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=text-short-${PKGVERSION_NOREV}/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://hackage.haskell.org/package/text-short
|
|
COMMENT= Memory-efficient representation of Unicode text strings
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|