- Update to 1.44

This commit is contained in:
Cheng-Lung Sung 2007-10-24 02:35:34 +00:00
parent 3f90fd4974
commit 539e008f90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201878
3 changed files with 7 additions and 6 deletions

View File

@ -6,10 +6,9 @@
#
PORTNAME= Module-Starter
PORTVERSION= 1.42
PORTVERSION= 1.44
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Module
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
@ -19,6 +18,7 @@ PERL_CONFIGURE= yes
MAN1= module-starter.1
MAN3= Module::Starter.3 \
Module::Starter::BuilderSet.3 \
Module::Starter::Simple.3 \
Module::Starter::Plugin.3 \
Module::Starter::Plugin::Template.3

View File

@ -1,3 +1,3 @@
MD5 (Module-Starter-1.42.tar.gz) = baf4a379d93c3a49c90a889626783d88
SHA256 (Module-Starter-1.42.tar.gz) = f9d57ae8aecb4c2ae24c752f8a21b28ef14fb047316c0af219d5eecbd8f9f9eb
SIZE (Module-Starter-1.42.tar.gz) = 12499
MD5 (Module-Starter-1.44.tar.gz) = 6ad6cfc437e06fce9e1701caf4c10480
SHA256 (Module-Starter-1.44.tar.gz) = 65b510600ed99ea5bd82bc5f4cdb93867a540cd9b3065afc6e85181c290541c6
SIZE (Module-Starter-1.44.tar.gz) = 27521

View File

@ -1,5 +1,6 @@
bin/module-starter
%%SITE_PERL%%/Module/Starter.pm
%%SITE_PERL%%/Module/Starter/BuilderSet.pm
%%SITE_PERL%%/Module/Starter/Plugin.pod
%%SITE_PERL%%/Module/Starter/Plugin/Template.pm
%%SITE_PERL%%/Module/Starter/Simple.pm