1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/security/p5-Digest/Makefile
2021-09-20 15:44:00 +08:00

16 lines
285 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
PORTNAME= Digest
PORTVERSION= 1.20
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Modules that calculate message digests
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>