aboutsummaryrefslogtreecommitdiff
path: root/www/hs-path-pieces/Makefile
blob: 684dcf17a939deb069a3d66411c31366ed50e6ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	path-pieces
PORTVERSION=	0.1.2
PORTREVISION=	3
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Components of paths

LICENSE=	BSD

USE_CABAL=	text>=0.5

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