blob: ffe47a063d8dc87c1f32ce63bb5b6d55e0f76fbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Digest-MD5-File
PORTVERSION= 0.08
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ashish@FreeBSD.org
COMMENT= Perl extension for getting MD5 sums for files and urls
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|