1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/security/p5-Digest-MD5-File/Makefile
Andrej Zverev 9ec58fca21 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 09:42:48 +00:00

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>