diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-21 14:03:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-21 14:03:59 +0000 |
commit | 2d7852dd48ee2f1ef31959ce7fd03372f1d1e162 (patch) | |
tree | f95afc028b06f73916e4eb9abb40498014a1adfe /textproc/p5-FormValidator-Lite | |
parent | 93c4ec1e4069f70d7f048c84f8dc47fc9e75f1e5 (diff) | |
download | ports-2d7852dd48ee2f1ef31959ce7fd03372f1d1e162.tar.gz ports-2d7852dd48ee2f1ef31959ce7fd03372f1d1e162.zip |
* Convert to staging
* Add license
* pet portlint
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=340610
Diffstat (limited to 'textproc/p5-FormValidator-Lite')
-rw-r--r-- | textproc/p5-FormValidator-Lite/Makefile | 14 | ||||
-rw-r--r-- | textproc/p5-FormValidator-Lite/pkg-plist | 12 |
2 files changed, 12 insertions, 14 deletions
diff --git a/textproc/p5-FormValidator-Lite/Makefile b/textproc/p5-FormValidator-Lite/Makefile index 0ed755165e10..33176e796450 100644 --- a/textproc/p5-FormValidator-Lite/Makefile +++ b/textproc/p5-FormValidator-Lite/Makefile @@ -26,20 +26,6 @@ TEST_DEPENDS= p5-Text-TestBase>0:${PORTSDIR}/textproc/p5-Text-TestBase \ USES= perl5 USE_PERL5= modbuild -MAN3= FormValidator::Lite.3 \ - FormValidator::Lite::Constraint.3 \ - FormValidator::Lite::Constraint::Date.3 \ - FormValidator::Lite::Constraint::Default.3 \ - FormValidator::Lite::Constraint::Email.3 \ - FormValidator::Lite::Constraint::File.3 \ - FormValidator::Lite::Constraint::Japanese.3 \ - FormValidator::Lite::Constraint::Number.3 \ - FormValidator::Lite::Constraint::Time.3 \ - FormValidator::Lite::Constraint::URL.3 \ - FormValidator::Lite::Messages::en.3 \ - FormValidator::Lite::Messages::ja.3 - -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501400 diff --git a/textproc/p5-FormValidator-Lite/pkg-plist b/textproc/p5-FormValidator-Lite/pkg-plist index 7c840eeb9c22..de7a2ab2c57e 100644 --- a/textproc/p5-FormValidator-Lite/pkg-plist +++ b/textproc/p5-FormValidator-Lite/pkg-plist @@ -1,3 +1,15 @@ +%%PERL5_MAN3%%/FormValidator::Lite.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Date.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Default.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Email.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::File.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Japanese.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Number.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::Time.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Constraint::URL.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Messages::en.3.gz +%%PERL5_MAN3%%/FormValidator::Lite::Messages::ja.3.gz %%SITE_PERL%%/FormValidator/Lite.pm %%SITE_PERL%%/FormValidator/Lite/Constraint.pm %%SITE_PERL%%/FormValidator/Lite/Constraint/Date.pm |