freebsd-ports/security/p5-Digest-MD5-File/Makefile
Po-Chuan Hsieh 9be196fe7a
security/p5-Digest-MD5-File: Add LICENSE and NO_ARCH
Approved by:	portmgr (blanket)
2021-05-31 03:59:15 +08:00

23 lines
407 B
Makefile

# Created by: Gabor Kovesdan
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
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>