mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
a288d48de7
- Pet portlint(1) PR: ports/161336 Submitted by: Simon Olofsson <simon@olofsson.de>
25 lines
457 B
Makefile
25 lines
457 B
Makefile
# New ports collection makefile for: p5-Digest-BubbleBabble
|
|
# Date created: 2002/03/14
|
|
# Whom: jesper
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Digest::BubbleBabble.3
|
|
|
|
.include <bsd.port.mk>
|