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

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

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

LICENSE=	BSD3CLAUSE

DEPRECATED=	No updates since 2010
BROKEN=		Doesn't build with newest GHC
EXPIRATION_DATE=31.01.2019

USE_CABAL=	extensible-exceptions stringsearch

EXECUTABLE=	porte

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