summaryrefslogtreecommitdiff
path: root/security/p5-Digest-Nilsimsa/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2002-08-15 16:34:52 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2002-08-15 16:34:52 +0000
commit21d5b49f82a5c71554e5fc1f7b79792e8f7d5065 (patch)
tree3256aa763c784701ede0670651979d5dba8e3eff /security/p5-Digest-Nilsimsa/Makefile
parentIt seems getpeername() returns with no error but doesn't fill struct (diff)
new port: security/p5-Digest-Nilsimsa
A nilsimsa signature is a statistic of n-gram occurance in a piece of text. It is a 256 bit value usually represented in hex. This module is a wrapper around nilsimsa implementation in C by cmeclax. PR: ports/41644 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Notes
Notes: svn path=/head/; revision=64546
Diffstat (limited to 'security/p5-Digest-Nilsimsa/Makefile')
-rw-r--r--security/p5-Digest-Nilsimsa/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/p5-Digest-Nilsimsa/Makefile b/security/p5-Digest-Nilsimsa/Makefile
new file mode 100644
index 000000000000..89a531410a24
--- /dev/null
+++ b/security/p5-Digest-Nilsimsa/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Digest-Nilsimsa
+# Date created: 13 August 2002
+# Whom: Yen-Ming Lee <leeym@leeym.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Digest-Nilsimsa
+PORTVERSION= 0.06
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Digest
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= leeym@leeym.com
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Digest::Nilsimsa.3
+
+.include <bsd.port.mk>