b9bb4d00d5
- assign to perl@ - simplify dependency - bump PORTREVISION
22 lines
439 B
Makefile
22 lines
439 B
Makefile
# New ports collection makefile for: Algorithm::MarkovChain
|
|
# Date created: 04 Nov 2000
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Algorithm-MarkovChain
|
|
PORTVERSION= 0.06
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl class capable of creating Markov chains and output based on them
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Algorithm::MarkovChain.3
|
|
|
|
.include <bsd.port.mk>
|