blob: c28e5ad07c78e1601ea77683d9f578011c556486 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= leeym@FreeBSD.org
COMMENT= Perl version of Nilsimsa code
PERL_CONFIGURE= yes
MAN3= Digest::Nilsimsa.3
.include <bsd.port.mk>
|