freebsd-ports/ports-mgmt/hs-porte/Makefile
Gabor Pali ec29a59ec3 Introduce a new (and hopefully better) ports infrastructure for Haskell Cabal
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.
2010-05-12 16:33:59 +00:00

22 lines
480 B
Makefile

# New ports collection makefile for: porte
# Date created: November 4, 2008
# Whom: Samy Al Bahra <sbahra@kerneled.org>
#
# $FreeBSD$
PORTNAME= porte
PORTVERSION= 0.0.3
PORTREVISION= 4
CATEGORIES= ports-mgmt haskell
PKGNAMEPREFIX=
MAINTAINER= sbahra@kerneled.org
COMMENT= FreeBSD ports index search and statistical analysis tool
CABAL_SETUP= Setup.hs
USE_HACKAGE= stringsearch
EXECUTABLE= porte
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>