mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
ec29a59ec3
ports which makes possible the direct translation of Cabal package descriptions to FreeBSD ports. It promises both easier addition and maintenance for Cabal-based ports.
20 lines
427 B
Makefile
20 lines
427 B
Makefile
# New ports collection makefile for: hs-digest-ghc
|
|
# Date created: January 22, 2009
|
|
# Whom: Gabor Pali <pgj@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= digest
|
|
PORTVERSION= 0.0.0.8
|
|
CATEGORIES= security haskell
|
|
PKGNAMESUFFIX= -ghc
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Efficient cryptographic hash implementations in Haskell
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|