2012-01-21 07:03:15 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2012/01/21 12:03:15 kili Exp $
|
2010-12-09 08:55:04 -05:00
|
|
|
|
|
|
|
COMMENT= ASN1 data reader and writer for various forms
|
|
|
|
|
2012-01-20 15:32:16 -05:00
|
|
|
DISTNAME= asn1-data-0.6.1.2
|
2012-01-21 07:03:15 -05:00
|
|
|
REVISION= 0
|
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
|
|
|
|
|
2012-01-20 15:32:16 -05:00
|
|
|
RUN_DEPENDS = devel/hs-mtl \
|
|
|
|
devel/hs-enumerator>=0.4.5,<0.5 \
|
|
|
|
devel/hs-text>=0.11 \
|
|
|
|
textproc/hs-attoparsec>=0.8,<0.11 \
|
|
|
|
textproc/hs-attoparsec-enumerator>=0.2,<0.4
|
2010-12-09 08:55:04 -05:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|