diff options
author | Patrick Li <pat@FreeBSD.org> | 2003-01-01 20:02:57 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2003-01-01 20:02:57 +0000 |
commit | f70cebf9978a5ff3a2ed17a3bde2ca0fdf97d7c4 (patch) | |
tree | a91969bdfd50efee0a7534b30074a3995da3990b /www/p5-Apache-ASP | |
parent | 429d2ce5f3b0558728add2e69b40f01da750816e (diff) | |
download | ports-f70cebf9978a5ff3a2ed17a3bde2ca0fdf97d7c4.tar.gz ports-f70cebf9978a5ff3a2ed17a3bde2ca0fdf97d7c4.zip |
Notes
Diffstat (limited to 'www/p5-Apache-ASP')
-rw-r--r-- | www/p5-Apache-ASP/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Apache-ASP/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Apache-ASP/pkg-plist | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile index be36a904608e..b2d3613954f5 100644 --- a/www/p5-Apache-ASP/Makefile +++ b/www/p5-Apache-ASP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Apache-ASP -PORTVERSION= 2.45 +PORTVERSION= 2.49 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -35,6 +35,7 @@ PERL_CONFIGURE= yes MAN1= asp-perl.1 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Apache::ASP.3 \ + Apache::ASP::CGI::Table.3 \ Bundle::Apache::ASP.3 \ Bundle::Apache::ASP::Extra.3 diff --git a/www/p5-Apache-ASP/distinfo b/www/p5-Apache-ASP/distinfo index 1f833926b20e..dc2839a69166 100644 --- a/www/p5-Apache-ASP/distinfo +++ b/www/p5-Apache-ASP/distinfo @@ -1 +1 @@ -MD5 (Apache-ASP-2.45.tar.gz) = d075b01646f1af6e2b35e05639bf4367 +MD5 (Apache-ASP-2.49.tar.gz) = bb12479b9face73bea7ed9b37a99fb8a diff --git a/www/p5-Apache-ASP/pkg-plist b/www/p5-Apache-ASP/pkg-plist index 6156d76dc07e..d8ffb2260760 100644 --- a/www/p5-Apache-ASP/pkg-plist +++ b/www/p5-Apache-ASP/pkg-plist @@ -2,6 +2,7 @@ bin/asp-perl lib/perl5/site_perl/%%PERL_VER%%/Apache/ASP.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/ASP/Application.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/ASP/CGI.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/ASP/CGI/Table.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/ASP/CGI/Test.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/ASP/Collection.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/ASP/CollectionItem.pm |