17 lines
555 B
Makefile
17 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/04/15 21:25:16 zecrazytux Exp $
|
|
#
|
|
DISTNAME= zip-archive-0.1.1.3
|
|
PKGNAME= hs-zip-archive-0.1.1.3
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://hackage.haskell.org/packages/archive/zip-archive/0.1.1.3/
|
|
|
|
MAINTAINER= zecrazytux@zecrazytux.net
|
|
HOMEPAGE= http://hackage.haskell.org/cgi-bin/hackage-scripts/package/zip-archive
|
|
COMMENT= Haskell library providing functions for manipulating zip archives
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|