freebsd-ports/security/p5-Digest-Haval256/Makefile
Sunpoet Po-Chuan Hsieh 87b53b8b92 Remove Perl core module
- While I'm here, add LICNESE
- Bump PORTREVISION for dependency change

With hat:	perl
2019-02-10 00:07:47 +00:00

20 lines
361 B
Makefile

# Created by: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Digest-Haval256
PORTVERSION= 1.0.5
PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Perl extension for Haval256 hash algorithm
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>