Changeset View
Changeset View
Standalone View
Standalone View
archivers/hs-zip-archive/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= zip-archive | PORTNAME= zip-archive | ||||
| PORTVERSION= 0.3.1.1 | PORTVERSION= 0.3.2.4 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= archivers haskell | CATEGORIES= archivers haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Library for creating and modifying zip archives | COMMENT= Library for creating and modifying zip archives | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= digest>=0.0.0.1 mtl old-time text>=0.11 zlib | USE_CABAL= digest>=0.0.0.1 mtl old-time zlib | ||||
| FLAGS_DEFINE= EXECUTABLE | FLAGS_DEFINE= EXECUTABLE | ||||
| EXECUTABLE_DESC= Build the Zip executable | EXECUTABLE_DESC= Build the Zip executable | ||||
| EXECUTABLE_FLAG_ENABLE= executable | EXECUTABLE_FLAG_ENABLE= executable | ||||
| EXECUTABLE_FLAG_EXECUTABLE= Zip | EXECUTABLE_FLAG_EXECUTABLE= Zip | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||