diff options
author | Andrej Zverev <az@FreeBSD.org> | 2009-11-26 08:46:29 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2009-11-26 08:46:29 +0000 |
commit | ee68283a0d3610810f33eeba4e22cecd9c4cf54a (patch) | |
tree | 6dc95f9f40b5fe877c6c3ec4ade84f7fd2646258 /textproc/p5-HTML-SuperForm | |
parent | b17ec0000f61ab6c8bb148188c8006d02cb73306 (diff) | |
download | ports-ee68283a0d3610810f33eeba4e22cecd9c4cf54a.tar.gz ports-ee68283a0d3610810f33eeba4e22cecd9c4cf54a.zip |
Notes
Diffstat (limited to 'textproc/p5-HTML-SuperForm')
-rw-r--r-- | textproc/p5-HTML-SuperForm/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-HTML-SuperForm/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-HTML-SuperForm/pkg-plist | 1 |
3 files changed, 10 insertions, 5 deletions
diff --git a/textproc/p5-HTML-SuperForm/Makefile b/textproc/p5-HTML-SuperForm/Makefile index 124318b345d1..4d4e9e4880d8 100644 --- a/textproc/p5-HTML-SuperForm/Makefile +++ b/textproc/p5-HTML-SuperForm/Makefile @@ -6,14 +6,14 @@ # PORTNAME= HTML-SuperForm -PORTVERSION= 1.08 +PORTVERSION= 1.09 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/J/JA/JALLWINE PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Interface Template Toolkit to Lingua::EN::Inflect module +COMMENT= HTML form generator PERL_CONFIGURE= yes @@ -27,9 +27,13 @@ MAN3= HTML::SuperForm.3 \ HTML::SuperForm::Field::Password.3\ HTML::SuperForm::Field::Radio.3\ HTML::SuperForm::Field::RadioGroup.3\ + HTML::SuperForm::Field::Reset.3\ HTML::SuperForm::Field::Select.3\ HTML::SuperForm::Field::Submit.3\ HTML::SuperForm::Field::Text.3\ HTML::SuperForm::Field::Textarea.3 +post-extract: + @${RM} ${WRKSRC}/lib/HTML/SuperForm.pm.orig + .include <bsd.port.mk> diff --git a/textproc/p5-HTML-SuperForm/distinfo b/textproc/p5-HTML-SuperForm/distinfo index e1b3bf993d35..98e8fec349bc 100644 --- a/textproc/p5-HTML-SuperForm/distinfo +++ b/textproc/p5-HTML-SuperForm/distinfo @@ -1,3 +1,3 @@ -MD5 (HTML-SuperForm-1.08.tar.gz) = 6e1a7735eb8a4b7d47e812c82aec88fe -SHA256 (HTML-SuperForm-1.08.tar.gz) = 557a1bd31a2937305a347bc9317d4dff7d6f52d46569b459378661f2f38adf35 -SIZE (HTML-SuperForm-1.08.tar.gz) = 22977 +MD5 (HTML-SuperForm-1.09.tar.gz) = 38b2a47442ae92506ea37eb29393650e +SHA256 (HTML-SuperForm-1.09.tar.gz) = 11c4b74be704a2ef1a87040d9e50dba740b7302e34671e21e878b1d1faf6f95e +SIZE (HTML-SuperForm-1.09.tar.gz) = 23455 diff --git a/textproc/p5-HTML-SuperForm/pkg-plist b/textproc/p5-HTML-SuperForm/pkg-plist index 68f65cfa91b9..ea877c1e901a 100644 --- a/textproc/p5-HTML-SuperForm/pkg-plist +++ b/textproc/p5-HTML-SuperForm/pkg-plist @@ -7,6 +7,7 @@ %%SITE_PERL%%/HTML/SuperForm/Field/Password.pm %%SITE_PERL%%/HTML/SuperForm/Field/Radio.pm %%SITE_PERL%%/HTML/SuperForm/Field/RadioGroup.pm +%%SITE_PERL%%/HTML/SuperForm/Field/Reset.pm %%SITE_PERL%%/HTML/SuperForm/Field/Select.pm %%SITE_PERL%%/HTML/SuperForm/Field/Submit.pm %%SITE_PERL%%/HTML/SuperForm/Field/Text.pm |