aboutsummaryrefslogtreecommitdiffstats
path: root/security/hs-cipher-rc4/Makefile
blob: 1e6fe0f60c59562c51500ad070f980cc61e32746 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=   cipher-rc4
PORTVERSION=    0.1.2
PORTREVISION=   2
CATEGORIES= security haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Fast RC4 cipher implementation

LICENSE=    BSD

NO_STAGE=   yes
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>