forked from Lainports/freebsd-ports
Crypt::Rhash module is an object-oriented interface to the LibRHash library, allowing simultaneous calculation of several hash functions for a file or a text message. Resulting hash digest can be obtained in hexadecimal, BASE32, BASE64, raw binary format or as a magnet link. WWW: http://search.cpan.org/dist/Crypt-RHash/ PR: 192899 Submitted by: proler@gmail.com
21 lines
393 B
Makefile
21 lines
393 B
Makefile
# Created by: perl@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-RHash
|
|
PORTVERSION= 0.91
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Compute hash sums and magnet links
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure fixpacklist
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/mach/auto/Crypt/Rhash/Rhash.so
|
|
|
|
.include <bsd.port.mk>
|