15 lines
445 B
Makefile
15 lines
445 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/03/30 16:39:47 riastradh Exp $
|
|
|
|
DISTNAME= file-embed-0.0.11.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=file-embed-${PKGVERSION_NOREV}/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/snoyberg/file-embed
|
|
COMMENT= Use Template Haskell to embed file contents directly
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|