forked from Lainports/freebsd-ports
stream ciphers, invented by Martin Boesgaard, Mette Vesterager, Thomas Pedersen, Jesper Christiansen, and Ove Scavenius of Cryptico A/S. WWW: http://search.cpan.org/dist/Crypt-Rabbit PR: ports/90615 Submitted by: Gabor Kovesdan
24 lines
580 B
Makefile
24 lines
580 B
Makefile
# New ports collection Makefile for: p5-Crypt-Rabbit
|
|
# Date created: 18 Dec 2006
|
|
# Whom: Gabor Kovesdan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-Rabbit
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gkovesdan@t-hosting.hu
|
|
COMMENT= Perl extension for Rabbit stream cipher
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Crypt::Rabbit.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.if ${PERL_LEVEL} <= 500503
|
|
IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
|
|
.endif
|
|
.include <bsd.port.post.mk>
|