Perl encrypt stuff simply
WWW: http://search.cpan.org/dist/Crypt-Simple/ PR: ports/147284 Submitted by: Alexander Kriventsov <avk at vl.ru>
This commit is contained in:
parent
704a7de7ca
commit
62398fb0e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255791
@ -465,6 +465,7 @@
|
||||
SUBDIR += p5-Crypt-SaltedHash
|
||||
SUBDIR += p5-Crypt-Serpent
|
||||
SUBDIR += p5-Crypt-Shark
|
||||
SUBDIR += p5-Crypt-Simple
|
||||
SUBDIR += p5-Crypt-SmbHash
|
||||
SUBDIR += p5-Crypt-Solitaire
|
||||
SUBDIR += p5-Crypt-TEA
|
||||
|
28
security/p5-Crypt-Simple/Makefile
Normal file
28
security/p5-Crypt-Simple/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: p5-Crypt-Simple
|
||||
# Date created: 01 Jun 2010
|
||||
# Whom: Alexander Kriventsov <avk@vl.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Crypt-Simple
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= avk@vl.ru
|
||||
COMMENT= Perl encrypt stuff simply
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \
|
||||
${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
|
||||
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Crypt::Simple.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/p5-Crypt-Simple/distinfo
Normal file
3
security/p5-Crypt-Simple/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Crypt-Simple-0.06.tar.gz) = cdea18a98593364855f27afcb8519ec0
|
||||
SHA256 (Crypt-Simple-0.06.tar.gz) = 3db6e7754eaa425ab2d958d40b62d2026b0b186cd576ee352b4c172fb52d8e17
|
||||
SIZE (Crypt-Simple-0.06.tar.gz) = 4336
|
3
security/p5-Crypt-Simple/pkg-descr
Normal file
3
security/p5-Crypt-Simple/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Perl encrypt stuff simply
|
||||
|
||||
WWW: http://search.cpan.org/dist/Crypt-Simple/
|
6
security/p5-Crypt-Simple/pkg-plist
Normal file
6
security/p5-Crypt-Simple/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Simple/.packlist
|
||||
%%SITE_PERL%%/Crypt/Simple.pm
|
||||
@dirrmtry %%SITE_PERL%%/Crypt/Simple
|
||||
@dirrmtry %%SITE_PERL%%/Crypt
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Simple
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
Loading…
Reference in New Issue
Block a user