2011-12-31 17:19:45 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2011/12/31 22:19:45 kili Exp $
|
2010-12-09 08:55:04 -05:00
|
|
|
|
|
|
|
COMMENT= ASN1 data reader and writer for various forms
|
|
|
|
|
2011-04-12 06:42:07 -04:00
|
|
|
DISTNAME= asn1-data-0.4.6
|
2011-12-31 17:19:45 -05:00
|
|
|
REVISION= 3
|
2010-12-09 08:55:04 -05:00
|
|
|
CATEGORIES= security converters
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2011-04-12 06:42:07 -04:00
|
|
|
RUN_DEPENDS = devel/hs-binary>=0.5 \
|
|
|
|
hs-enumerator->=0.4.5,<0.5:devel/hs-enumerator \
|
2011-04-19 15:45:40 -04:00
|
|
|
devel/hs-mtl \
|
2011-04-12 06:42:07 -04:00
|
|
|
textproc/hs-attoparsec-enumerator
|
2010-12-09 08:55:04 -05:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|