68aae0b0e7
Digest::GOST provides an interface to the GOST R 34.11-94 message digest algorithm, also defined in RFC 5831. WWW: http://search.cpan.org/dist/Digest-GOST/
21 lines
386 B
Makefile
21 lines
386 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Digest-GOST
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Perl interface to the GOST R 34.11-94 digest algorithm
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-stage:
|
|
${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Digest/GOST/GOST.so
|
|
|
|
.include <bsd.port.mk>
|