f58852c625
The Digest::MD2 module allows you to use the RSA Data Security Inc. MD2 Message Digest algorithm from within Perl programs.
24 lines
469 B
Makefile
24 lines
469 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/02/06 15:10:37 sturm Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "perl interface to the MD2 Algorithm"
|
|
|
|
DISTNAME= Digest-MD2-2.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
|
|
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
.include <bsd.port.mk>
|