27 lines
556 B
Makefile
27 lines
556 B
Makefile
# $OpenBSD: Makefile,v 1.8 2011/09/16 12:00:06 espie Exp $
|
|
|
|
COMMENT = fast and easy to use XHTML 1.0 Strict combinators
|
|
|
|
DISTNAME = xhtml-combinators-0.2.2
|
|
REVISION = 5
|
|
CATEGORIES = www
|
|
|
|
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
|
|
|
# BSD3
|
|
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-text \
|
|
devel/hs-transformers \
|
|
textproc/hs-xml
|
|
BUILD_DEPENDS += ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|