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
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 2
|
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-
|
|
|
|
|
2017-04-07 20:50:22 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-06-27 17:34:51 +02:00
|
|
|
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
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|