freebsd-ports/devel/hs-random/Makefile

16 lines
259 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= random
PORTVERSION= 1.0.1.1
PORTREVISION= 5
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Random number library
LICENSE= BSD
NO_STAGE= yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>