73969bbf79
- USE_BZIP2 -> USES=tar:bzip2 - LICENSE=BSD -> BSD[n]CLAUSE
14 lines
287 B
Makefile
14 lines
287 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tar
|
|
PORTVERSION= 0.4.0.1
|
|
PORTREVISION= 6
|
|
CATEGORIES= archivers haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Reading, writing, and manipulating ".tar" archive files
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|