ed53cd4987
Uniplate is library for writing simple and concise generic operations. Uniplate has similar goals to the original Scrap Your Boilerplate work, but is substantially simpler and faster. feedback/ok kili@
19 lines
378 B
Makefile
19 lines
378 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/09/25 20:56:36 jasper Exp $
|
|
|
|
COMMENT= help writing simple, concise and fast operations
|
|
|
|
DISTNAME= uniplate-1.5.1
|
|
CATEGORIES= devel
|
|
|
|
# 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>
|