mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
c634b4bb83
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
23 lines
465 B
Makefile
23 lines
465 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
|
|
COMMENT= Perl5 interface to a fingerprint in "bubble babble" format
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Digest::BubbleBabble.3
|
|
|
|
.include <bsd.port.mk>
|