2013-07-26 12:46:37 +02:00
|
|
|
# Created by: Lars Thegler <lth@FreeBSD.org>
|
2004-06-27 17:34:51 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Digest-MD5-M4p
|
|
|
|
PORTVERSION= 0.01
|
2010-01-24 07:18:08 +01:00
|
|
|
PORTREVISION= 1
|
2004-06-27 17:34:51 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-06-27 17:34:51 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
|
|
COMMENT= Perl interface to a variant of the MD5 algorithm
|
|
|
|
|
2013-08-07 15:20:32 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2004-06-27 17:34:51 +02:00
|
|
|
|
|
|
|
MAN3= Digest::MD5::M4p.3
|
|
|
|
|
2013-09-21 00:55:24 +02:00
|
|
|
NO_STAGE= yes
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|