diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-09-29 15:38:58 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-09-29 15:38:58 +0000 |
commit | 7285f827a97498dfc2a182e2c0a57410038d73db (patch) | |
tree | e5d0f4366070fd15686e73fd9ba2740722caaa1d /devel/p5-Data-Serializer/Makefile | |
parent | 53c1e2b423b0659e40e1694c79ab1e4a92e9c7d0 (diff) |
Notes
Diffstat (limited to 'devel/p5-Data-Serializer/Makefile')
-rw-r--r-- | devel/p5-Data-Serializer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Data-Serializer/Makefile b/devel/p5-Data-Serializer/Makefile index 61b4b63b3401..8b0bd208a865 100644 --- a/devel/p5-Data-Serializer/Makefile +++ b/devel/p5-Data-Serializer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Data-Serializer -PORTVERSION= 0.29 +PORTVERSION= 0.32 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}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 + ${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |