Files
bsdports/perl/p5-Digest-BubbleBabble/Makefile
2019-12-26 07:26:06 +00:00

20 lines
347 B
Makefile

#
# $Id$
#
PORTNAME= Digest-BubbleBabble
PORTVERSION= 0.02
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to a fingerprint in "bubble babble" format
USES= perl5
USE_PERL5= configure
BUILD_DEPENDS+= p5-Module-Install>=0:perl/p5-Module-Install
.include <bsd.port.mk>
#EOF