diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-12 18:26:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-12 18:26:49 +0000 |
commit | 7f38dd81aa7c5cab3b7540da6b957d7ce69bda91 (patch) | |
tree | 23b053ace4f576620232a58ab34c97aedf0e7847 | |
parent | 49e907b511167fc86f7fed05ae7ad94dc7cf1895 (diff) | |
download | ports-7f38dd81aa7c5cab3b7540da6b957d7ce69bda91.tar.gz ports-7f38dd81aa7c5cab3b7540da6b957d7ce69bda91.zip |
Notes
-rw-r--r-- | devel/p5-IO-Digest/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-IO-Digest/pkg-descr | 6 |
2 files changed, 10 insertions, 8 deletions
diff --git a/devel/p5-IO-Digest/Makefile b/devel/p5-IO-Digest/Makefile index 446beb6809d8..a54ad2f0b4e1 100644 --- a/devel/p5-IO-Digest/Makefile +++ b/devel/p5-IO-Digest/Makefile @@ -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> diff --git a/devel/p5-IO-Digest/pkg-descr b/devel/p5-IO-Digest/pkg-descr index 5161d80cd994..ff5b3841c665 100644 --- a/devel/p5-IO-Digest/pkg-descr +++ b/devel/p5-IO-Digest/pkg-descr @@ -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/ |