diff options
-rw-r--r-- | www/p5-Apache-AuthTicket/Makefile | 17 | ||||
-rw-r--r-- | www/p5-Apache-AuthTicket/distinfo | 5 | ||||
-rw-r--r-- | www/p5-Apache-AuthTicket/pkg-plist | 2 |
3 files changed, 17 insertions, 7 deletions
diff --git a/www/p5-Apache-AuthTicket/Makefile b/www/p5-Apache-AuthTicket/Makefile index 4191f9d7687f..6161d7abb460 100644 --- a/www/p5-Apache-AuthTicket/Makefile +++ b/www/p5-Apache-AuthTicket/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Apache-AuthTicket -PORTVERSION= 0.93 -PORTREVISION= 3 +PORTVERSION= 0.94 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,17 +10,27 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl modules that implement a cookie-based authentication system -BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2 -RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:www/mod_perl2 \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=1.9922:www/mod_perl2 \ + p5-Apache-AuthCookie>=3.0:www/p5-Apache-AuthCookie \ p5-CGI>=3.12:www/p5-CGI \ p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-DBI>=0:databases/p5-DBI \ p5-MRO-Compat>=0:devel/p5-MRO-Compat \ p5-ModPerl-VersionUtil>=0:www/p5-ModPerl-VersionUtil \ p5-SQL-Abstract>=0:databases/p5-SQL-Abstract +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_APACHE= 22+ USES= perl5 USE_PERL5= configure +# Remove README.apache-2.4.pod to avoid conflicts with p5-Apache-AuthCookie +post-patch: + @${RM} ${WRKSRC}/README.apache-2.4.pod + .include <bsd.port.mk> diff --git a/www/p5-Apache-AuthTicket/distinfo b/www/p5-Apache-AuthTicket/distinfo index 5f69f9dd5907..90e6d11d1f28 100644 --- a/www/p5-Apache-AuthTicket/distinfo +++ b/www/p5-Apache-AuthTicket/distinfo @@ -1,2 +1,3 @@ -SHA256 (Apache-AuthTicket-0.93.tar.gz) = 9599c4ceef251ff20f571c613f395b7c5b8d3afc04405c6d72c3a21eae5142dc -SIZE (Apache-AuthTicket-0.93.tar.gz) = 27421 +TIMESTAMP = 1501398871 +SHA256 (Apache-AuthTicket-0.94.tar.gz) = 431121fe6c684ec3b1cd03b8430aac848aa0ffaa6f74da6e6846c8905c9823e8 +SIZE (Apache-AuthTicket-0.94.tar.gz) = 30367 diff --git a/www/p5-Apache-AuthTicket/pkg-plist b/www/p5-Apache-AuthTicket/pkg-plist index aeb02f847d40..504b31acb51d 100644 --- a/www/p5-Apache-AuthTicket/pkg-plist +++ b/www/p5-Apache-AuthTicket/pkg-plist @@ -1,6 +1,6 @@ %%SITE_PERL%%/Apache/AuthTicket.pm %%SITE_PERL%%/Apache/AuthTicket/Base.pm %%SITE_PERL%%/Apache2/AuthTicket.pm +%%PERL5_MAN3%%/Apache2::AuthTicket.3.gz %%PERL5_MAN3%%/Apache::AuthTicket.3.gz %%PERL5_MAN3%%/Apache::AuthTicket::Base.3.gz -%%PERL5_MAN3%%/Apache2::AuthTicket.3.gz |