diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-23 18:04:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-23 18:04:00 +0800 |
commit | 2a23af2b8789494c6aa7cbf59b2eaebc4743cf51 (patch) | |
tree | cc1f9f7cd21187fbc585970a8cde0080201f5d0a /www/p5-HTML-Mason | |
parent | c87244fa6598801b3d5b2e80038bd3669e7b2934 (diff) | |
download | freebsd-ports-gnome-2a23af2b8789494c6aa7cbf59b2eaebc4743cf51.tar.gz freebsd-ports-gnome-2a23af2b8789494c6aa7cbf59b2eaebc4743cf51.tar.zst freebsd-ports-gnome-2a23af2b8789494c6aa7cbf59b2eaebc4743cf51.zip |
- Updated to 1.39
- Use CPAN macro
- Better adjustment of dependences
- PERL_CONFIGURE instead of PERL_MODBUILD
PR: 121014
Submitted by: lippe
Approved by: maintainer
Diffstat (limited to 'www/p5-HTML-Mason')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 18 | ||||
-rw-r--r-- | www/p5-HTML-Mason/distinfo | 6 | ||||
-rw-r--r-- | www/p5-HTML-Mason/pkg-plist | 2 |
3 files changed, 13 insertions, 13 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index 6203643afe64..4353734826f9 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Mason -PORTVERSION= 1.35 +PORTVERSION= 1.39 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,16 +14,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= dsh@vlink.ru COMMENT= High-performance, dynamic web site authoring system -BUILD_DEPENDS= p5-Module-Build>=0.28:${PORTSDIR}/devel/p5-Module-Build -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ - ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \ - ${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser +RUN_DEPENDS= p5-Cache-Cache>=1:${PORTSDIR}/devel/p5-Cache-Cache \ + p5-Class-Container>=0.7:${PORTSDIR}/devel/p5-Class-Container \ + p5-Exception-Class>=1.15:${PORTSDIR}/devel/p5-Exception-Class \ + p5-Params-Validate>=0.07:${PORTSDIR}/devel/p5-Params-Validate \ + p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser -PERL_MODBUILD= yes -CONFIGURE_ARGS+= --noprompts +PERL_CONFIGURE= yes MAN3= Bundle::HTML::Mason.3 \ HTML::Mason.3 \ diff --git a/www/p5-HTML-Mason/distinfo b/www/p5-HTML-Mason/distinfo index 883ca9ab0793..4072a46fa3e9 100644 --- a/www/p5-HTML-Mason/distinfo +++ b/www/p5-HTML-Mason/distinfo @@ -1,3 +1,3 @@ -MD5 (HTML-Mason-1.35.tar.gz) = c09f77e2af500b51d22e0238c0534994 -SHA256 (HTML-Mason-1.35.tar.gz) = 01c75ebc523b77b88d5754fa93a283eeff77bcf799536db8697b61daf42f36bd -SIZE (HTML-Mason-1.35.tar.gz) = 386408 +MD5 (HTML-Mason-1.39.tar.gz) = 06a0b28e23e498a404d4de99698d261f +SHA256 (HTML-Mason-1.39.tar.gz) = 35d22a841a73672782201151c48d364b2b571b10a8f8e033b74777295cc13923 +SIZE (HTML-Mason-1.39.tar.gz) = 394398 diff --git a/www/p5-HTML-Mason/pkg-plist b/www/p5-HTML-Mason/pkg-plist index 17f54ac04869..98b93b7ef750 100644 --- a/www/p5-HTML-Mason/pkg-plist +++ b/www/p5-HTML-Mason/pkg-plist @@ -4,6 +4,7 @@ bin/mason.pl %%SITE_PERL%%/HTML/Mason.pm %%SITE_PERL%%/HTML/Mason/Admin.pod %%SITE_PERL%%/HTML/Mason/ApacheHandler.pm +%%SITE_PERL%%/HTML/Mason/Apache/Request.pm %%SITE_PERL%%/HTML/Mason/CGIHandler.pm %%SITE_PERL%%/HTML/Mason/Cache/BaseCache.pm %%SITE_PERL%%/HTML/Mason/Compiler.pm @@ -33,6 +34,7 @@ bin/mason.pl %%SITE_PERL%%/HTML/Mason/Tools.pm %%SITE_PERL%%/HTML/Mason/Utils.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Mason/.packlist +@dirrm %%SITE_PERL%%/HTML/Mason/Apache @dirrm %%SITE_PERL%%/HTML/Mason/Cache @dirrm %%SITE_PERL%%/HTML/Mason/Compiler @dirrm %%SITE_PERL%%/HTML/Mason/Component |