summaryrefslogtreecommitdiff
path: root/ports-mgmt/hs-porte/Makefile
blob: 76a0d26dbc02a09f20f34a313c5f5d567f0d5691 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Samy Al Bahra <sbahra@kerneled.org>
# $FreeBSD$

PORTNAME=	porte
PORTVERSION=	0.0.4
PORTREVISION=	9
CATEGORIES=	ports-mgmt haskell

MAINTAINER=	sbahra@repnop.org
COMMENT=	FreeBSD ports index search and statistical analysis tool

LICENSE=	BSD

USE_CABAL=	extensible-exceptions stringsearch

EXECUTABLE=	porte

NO_STAGE=	yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>