14 lines
282 B
Makefile
14 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= regex-applicative
|
|
PORTVERSION= 0.3.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= textproc haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Regex-based parsing with applicative interface
|
|
|
|
LICENSE= MIT
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|