- Update to 1.47.0 (1.470)
Changes: http://search.cpan.org/dist/Module-Starter/Changes
This commit is contained in:
parent
920e8b7f80
commit
2c8aa2949b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205626
3 changed files with 7 additions and 4 deletions
|
@ -6,10 +6,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= Module-Starter
|
||||
PORTVERSION= 1.44
|
||||
PORTVERSION= 1.47.0
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= A simple starter kit for any Perl module
|
||||
|
@ -18,6 +19,7 @@ PERL_CONFIGURE= yes
|
|||
|
||||
MAN1= module-starter.1
|
||||
MAN3= Module::Starter.3 \
|
||||
Module::Starter::App.3 \
|
||||
Module::Starter::BuilderSet.3 \
|
||||
Module::Starter::Simple.3 \
|
||||
Module::Starter::Plugin.3 \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Module-Starter-1.44.tar.gz) = 6ad6cfc437e06fce9e1701caf4c10480
|
||||
SHA256 (Module-Starter-1.44.tar.gz) = 65b510600ed99ea5bd82bc5f4cdb93867a540cd9b3065afc6e85181c290541c6
|
||||
SIZE (Module-Starter-1.44.tar.gz) = 27521
|
||||
MD5 (Module-Starter-1.470.tar.gz) = abf79063c5a1025d3ec884ab2d561161
|
||||
SHA256 (Module-Starter-1.470.tar.gz) = a7caeffefba8d3818a4a33488ea2d8913a0e0770ade810a9d8377059e3a3a041
|
||||
SIZE (Module-Starter-1.470.tar.gz) = 28008
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin/module-starter
|
||||
%%SITE_PERL%%/Module/Starter.pm
|
||||
%%SITE_PERL%%/Module/Starter/App.pm
|
||||
%%SITE_PERL%%/Module/Starter/BuilderSet.pm
|
||||
%%SITE_PERL%%/Module/Starter/Plugin.pod
|
||||
%%SITE_PERL%%/Module/Starter/Plugin/Template.pm
|
||||
|
|
Loading…
Reference in a new issue