b552881a54
- Bump portrevision - Take maintainership Approved by: jesper (maintainer)
23 lines
480 B
Makefile
23 lines
480 B
Makefile
# 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>
|