aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Digest-BubbleBabble/Makefile
blob: 8975cdd20be933b0adc50665d2f87aa80d3bd7a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    p5-Digest-BubbleBabble
# Date created:             2002/03/14
# Whom:                 jesper
#
# $FreeBSD$
#

PORTNAME=   Digest-BubbleBabble
PORTVERSION=    0.01
PORTREVISION=   1
CATEGORIES= security perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
PKGNAMEPREFIX=  p5-

MAINTAINER= erwin@FreeBSD.org
COMMENT=    Perl5 interface to a fingerprint in "bubble babble" format

PERL_CONFIGURE= yes

MAN3=       Digest::BubbleBabble.3

.include <bsd.port.mk>