1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Add LICENSE

- Fix *_DEPENDS: Digest is already in all supported Perl releases
- Reformat pkg-descr
- Bump PORTREVISION for dependency change
- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-03-12 18:26:49 +00:00
parent 49e907b511
commit 7f38dd81aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381131
2 changed files with 10 additions and 8 deletions

View File

@ -3,19 +3,21 @@
PORTNAME= IO-Digest
PORTVERSION= 0.11
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Calculate digests while reading or writing
BUILD_DEPENDS= p5-PerlIO-via-dynamic>=0:${PORTSDIR}/devel/p5-PerlIO-via-dynamic \
p5-Digest>=0:${PORTSDIR}/security/p5-Digest
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-PerlIO-via-dynamic>=0:${PORTSDIR}/devel/p5-PerlIO-via-dynamic
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
This module allows you to calculate digests while reading or writing
file handles. This avoids the case you need to reread the same
content to compute the digests after written a file.
This module allows you to calculate digests while reading or writing file
handles. This avoids the case you need to reread the same content to compute the
digests after written a file.
WWW: http://search.cpan.org/dist/IO-Digest/