* Removes all patches including XFORK_FIX (it seems it is not needed anymore). * New port as dependency: devel/hs-setlocale PR: 213579 Submitted by: Martin Sugioarto <martin@sugioarto.com> Approved by: maintainer timeout (2 months), rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8191
13 lines
243 B
Makefile
13 lines
243 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= setlocale
|
|
PORTVERSION= 1.0.0.4
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Haskell setlocale package
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|