aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-RC4/Makefile
blob: 7d282463919d225c614b92c620d1a490316007fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$

PORTNAME=   Crypt-RC4
PORTVERSION=    2.02
PORTREVISION=   1
CATEGORIES= security perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= skreuzer@FreeBSD.org
COMMENT=    Perl implementation of the RC4 encryption algorithm

LICENSE=    ART10 GPLv1+
LICENSE_COMB=   dual

USES=       perl5
USE_PERL5=  configure
NO_ARCH=    yes

.include <bsd.port.mk>