blob: 552f889ec3092852498c8bb08bfdc947570a82fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Samy Al Bahra <sbahra@kerneled.org>
# $FreeBSD$
PORTNAME= porte
PORTVERSION= 0.0.4
PORTREVISION= 10
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
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|