pkgsrc-wip/hs-utf8-string/Makefile
Emil Sköldberg 384029dce0 Restored maintainer.
Tried to import a package already present :-(
Hence the peculiar commit earlier.
2010-04-16 22:17:32 +00:00

14 lines
383 B
Makefile

# $NetBSD: Makefile,v 1.7 2010/04/16 22:17:32 emil_s Exp $
DISTNAME= utf8-string-${VERSION}
PKGNAME= hs-utf8-string-${VERSION}
VERSION= 0.3.6
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
HOMEPAGE= http://github.com/glguy/utf8-string/
COMMENT= Support for reading and writing UTF8 Strings
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"