1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

Crypt::Caesar - Decrypt rot-N strings

WWW: http://search.cpan.org/dist/Caesar

PR:		ports/90612
Submitted by:	Gabor Kovesdan
This commit is contained in:
Erwin Lansing 2005-12-18 21:56:07 +00:00
parent 3a682b1c6d
commit 23be9d08e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151517
5 changed files with 36 additions and 0 deletions

View File

@ -289,6 +289,7 @@
SUBDIR += p5-Crypt-CBC
SUBDIR += p5-Crypt-CBCeasy
SUBDIR += p5-Crypt-CFB
SUBDIR += p5-Crypt-Caesar
SUBDIR += p5-Crypt-CipherSaber
SUBDIR += p5-Crypt-Cracklib
SUBDIR += p5-Crypt-Cryptix

View File

@ -0,0 +1,24 @@
# New ports collection Makefile for: p5-Crypt-Caesar
# Date created: 18 Dec 2006
# Whom: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Crypt-Caesar
PORTVERSION= 0.01
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= gkovesdan@t-hosting.hu
COMMENT= Perl extension for decrypting rot-N strings
PERL_CONFIGURE= yes
MAN3= Crypt::Caesar.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>

View File

@ -0,0 +1,3 @@
MD5 (Crypt-Caesar-0.01.tar.gz) = f0a7773261b15920312d763a31c630d7
SHA256 (Crypt-Caesar-0.01.tar.gz) = 010735fbcc572292e66b72a547de74317f659935a75aaf198e3df612e45a7d0f
SIZE (Crypt-Caesar-0.01.tar.gz) = 1974

View File

@ -0,0 +1,3 @@
Crypt::Caesar - Decrypt rot-N strings
WWW: http://search.cpan.org/dist/Caesar

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Crypt/Caesar.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Caesar/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Caesar/
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true