24 lines
535 B
Makefile
24 lines
535 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/09 13:55:04 jasper Exp $
|
||
|
|
||
|
COMMENT= ASN1 data reader and writer for various forms
|
||
|
|
||
|
DISTNAME= asn1-data-0.2.2
|
||
|
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
|
||
|
|
||
|
RUN_DEPENDS = devel/hs-binary>=0.5
|
||
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||
|
|
||
|
.include <bsd.port.mk>
|