freebsd-ports/security/hs-entropy/Makefile
Carlo Strub f87124df63 - Remove A/An in COMMENT
- Trim Header where applicable
2013-03-29 19:33:41 +00:00

16 lines
284 B
Makefile

# $FreeBSD$
PORTNAME= entropy
PORTVERSION= 0.2.1
PORTREVISION= 4
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Platform-independent entropy source
LICENSE= BSD
CABAL_SETUP= Setup.hs
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>