aboutsummaryrefslogtreecommitdiff
path: root/archivers/hs-tar/Makefile
blob: 796575626cc96051bf952058145be6c8709933cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	tar
PORTVERSION=	0.4.0.1
PORTREVISION=	3
CATEGORIES=	archivers haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Reading, writing, and manipulating ".tar" archive files

LICENSE=	BSD

NO_STAGE=	yes

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