blob: 30d66d8c06f6dcb6d8267caa317669d572dbf1ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
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>
|