Changeset View
Changeset View
Standalone View
Standalone View
archivers/hs-tar/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= tar | PORTNAME= tar | ||||
| PORTVERSION= 0.5.0.3 | PORTVERSION= 0.5.1.0 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= archivers haskell | CATEGORIES= archivers haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Reading, writing, and manipulating ".tar" archive files | COMMENT= Reading, writing, and manipulating ".tar" archive files | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||