mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- use PERL_MODBUILD instead of PERL_CONFIGURE
- add WWW in pkg-descr - remove .packlist in pkg-plist PR: ports/72028 Submitted by: clsung Approved by: mentor (vanilla)
This commit is contained in:
parent
81a178b447
commit
10e1478c5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118852
@ -18,7 +18,7 @@ COMMENT= Perl class capable of creating Markov chains and output based on them
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Algorithm::MarkovChain.3
|
||||
|
||||
|
@ -2,6 +2,7 @@ Algorithm::MarkovChain implements a class capable of creating a Markov
|
||||
chain, and then generating output based on it. For more information
|
||||
consult the Algorithm::MarkovChain(3) manpage.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Algorithm-MarkovChain/
|
||||
Author: Richard Clamp <richardc@unixbeard.net>
|
||||
|
||||
--will
|
||||
|
@ -1,7 +1,4 @@
|
||||
%%SITE_PERL%%/Algorithm/MarkovChain.pm
|
||||
%%SITE_PERL%%/Algorithm/MarkovChain/Base.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/MarkovChain/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/MarkovChain
|
||||
@dirrm %%SITE_PERL%%/Algorithm/MarkovChain
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Algorithm 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user