freebsd-ports/devel/hs-uuagc/Makefile
Gleb Popov 8520857832 Use proper format for EXPIRATION_DATE.
Reported by:	FreshPorts
Approved by:	tcberner (mentor)
2019-01-06 13:22:02 +00:00

26 lines
597 B
Makefile

# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $FreeBSD$
PORTNAME= uuagc
PORTVERSION= 0.9.52.1
PORTREVISION= 5
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Attribute Grammar System of Universiteit Utrecht
LICENSE= BSD3CLAUSE
DEPRECATED= No release since 2015
BROKEN= Doesn't build with recent Haskell libraries
EXPIRATION_DATE= 2019-01-31
USE_CABAL= haskell-src-exts>=1.11.1 mtl>=1.1.1.1 uuagc-cabal>=1.0.2.0 \
uulib>=0.9.14
EXECUTABLE= uuagc
FLAGS_DISABLE= with-loag
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>