blob: 33d0e7114ffd783f55076c964d20968b0e975565 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$
PORTNAME= cgi
PORTVERSION= 3001.1.7.5
PORTEPOCH= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell library for writing CGI programs
LICENSE= BSD
USE_CABAL= extensible-exceptions mtl>=1 network>=2 parsec>=2 xhtml>=3000
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|