1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Updated to 0.20

This commit is contained in:
Sergey Skvortsov 2004-02-23 14:46:12 +00:00
parent 3c0de1701e
commit a210981c0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101864
3 changed files with 8 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Data-Serializer
PORTVERSION= 0.17
PORTVERSION= 0.20
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
@ -19,7 +19,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storab
${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes

View File

@ -1 +1,2 @@
MD5 (Data-Serializer-0.17.tar.gz) = 826036313118a770c6742d4ca1788c13
MD5 (Data-Serializer-0.20.tar.gz) = 00a4f37c36871b28389763f7a5a7dd60
SIZE (Data-Serializer-0.20.tar.gz) = 15013

View File

@ -24,11 +24,15 @@
%%SITE_PERL%%/auto/Data/Serializer/YAML/serialize.al
%%SITE_PERL%%/auto/Data/Serializer/_compress.al
%%SITE_PERL%%/auto/Data/Serializer/_create_token.al
%%SITE_PERL%%/auto/Data/Serializer/_deb64.al
%%SITE_PERL%%/auto/Data/Serializer/_decode.al
%%SITE_PERL%%/auto/Data/Serializer/_decompress.al
%%SITE_PERL%%/auto/Data/Serializer/_decrypt.al
%%SITE_PERL%%/auto/Data/Serializer/_dedigest.al
%%SITE_PERL%%/auto/Data/Serializer/_dehex.al
%%SITE_PERL%%/auto/Data/Serializer/_deserialize.al
%%SITE_PERL%%/auto/Data/Serializer/_enb64.al
%%SITE_PERL%%/auto/Data/Serializer/_encode.al
%%SITE_PERL%%/auto/Data/Serializer/_encrypt.al
%%SITE_PERL%%/auto/Data/Serializer/_endigest.al
%%SITE_PERL%%/auto/Data/Serializer/_enhex.al