freebsd-ports/security/p5-Crypt-RHash/Makefile
Ryan Steinmetz 0104243f3d New port: security/p5-Crypt-RHash:
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
2014-08-22 12:50:05 +00:00

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>