summaryrefslogtreecommitdiff
path: root/security/p5-Digest-BubbleBabble/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-14 14:55:13 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-14 14:55:13 +0000
commit13cf6fb6d1e3c9c0f6e3ededd1c2909b6c7ea811 (patch)
treefeaa0751a2c5b6d6195e7fe21a9ab58b088aa614 /security/p5-Digest-BubbleBabble/Makefile
parentInstall the info files properly. (diff)
add p5-Digest-BubbleBabble 0.0.1
Perl5 interface to a fingerprint in "bubble babble" format PR: 35889 Submitted by: jesper
Diffstat (limited to 'security/p5-Digest-BubbleBabble/Makefile')
-rw-r--r--security/p5-Digest-BubbleBabble/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/p5-Digest-BubbleBabble/Makefile b/security/p5-Digest-BubbleBabble/Makefile
new file mode 100644
index 000000000000..46e1a9692386
--- /dev/null
+++ b/security/p5-Digest-BubbleBabble/Makefile
@@ -0,0 +1,22 @@
+# 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>