aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-MD5-File/Makefile
blob: 864ed9c768cb12ff3dd4aeda027ee1d96d5b1cfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	Digest-MD5-File
PORTVERSION=	0.08
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ashish@FreeBSD.org
COMMENT=	Perl extension for getting MD5 sums for files and urls
WWW=		https://metacpan.org/release/Digest-MD5-File

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

RUN_DEPENDS=	p5-libwww>=0:www/p5-libwww

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>