aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/hs-tar/Makefile
blob: 8449de0fa97ea2abab03ddfd2555d2853951c3bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    hs-tar
# Date created:     2010-08-17
# Whom:         haskell@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   tar
PORTVERSION=    0.4.0.0
PORTREVISION=   1
CATEGORIES= archivers haskell

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

LICENSE=    BSD

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