mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
e4da5c1799
- add licenses - add WWW - changes: http://cpansearch.perl.org/src/BTROTT/Digest-BubbleBabble-0.02/Changes
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_COMB= dual
|
|
LICENSE= ART20 GPLv1
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Digest::BubbleBabble.3
|
|
|
|
.include <bsd.port.mk>
|