22 lines
475 B
Makefile
22 lines
475 B
Makefile
# $OpenBSD: Makefile,v 1.3 2011/09/16 09:24:50 espie Exp $
|
|
|
|
COMMENT= fast base64 encodings and decoding for ByteStrings
|
|
|
|
DISTNAME= base64-bytestring-0.1.0.1
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# 3-clause BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES= lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|