freebsd-ports/security/p5-Digest-BubbleBabble/Makefile
Ying-Chieh Liao 13cf6fb6d1 add p5-Digest-BubbleBabble 0.0.1
Perl5 interface to a fingerprint in "bubble babble" format

PR:		35889
Submitted by:	jesper
2002-03-14 14:55:13 +00:00

23 lines
444 B
Makefile

# New ports collection makefile for: p5-Digest-BubbleBabble
# Date created: 2002/03/14
# Whom: jesper
#
# $FreeBSD$
#
PORTNAME= Digest-BubbleBabble
PORTVERSION= 0.01
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
PKGNAMEPREFIX= p5-
MAINTAINER= jesper@FreeBSD.org
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Digest::BubbleBabble.3
.include <bsd.port.mk>