mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
9ec58fca21
Approved by: portmgr (blanket infrastructure)
19 lines
359 B
Makefile
19 lines
359 B
Makefile
# 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>
|