summaryrefslogtreecommitdiff
path: root/security/p5-Digest-Elf/Makefile
blob: bfb26382fc4477e6538efd1a610d56a4ccfaa42f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	Digest-Elf
PORTVERSION=	1.42
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ashish@FreeBSD.org
COMMENT=	Perl extension for ElfHash hash algorithm
WWW=		https://metacpan.org/release/Digest-Elf

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>