diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-04-22 16:26:11 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-04-22 16:26:11 +0000 |
commit | dc0e3b136d94bb099cf4f92cc95634ae750a6f45 (patch) | |
tree | 2678d2ef74003c036e90d977d8de9be8e6c3e0b9 /www/p5-Apache-AuthTicket | |
parent | 30b1727629d6b9b4b8c8442e9babe208d8befd3a (diff) | |
download | ports-dc0e3b136d94bb099cf4f92cc95634ae750a6f45.tar.gz ports-dc0e3b136d94bb099cf4f92cc95634ae750a6f45.zip |
Notes
Diffstat (limited to 'www/p5-Apache-AuthTicket')
-rw-r--r-- | www/p5-Apache-AuthTicket/Makefile | 14 | ||||
-rw-r--r-- | www/p5-Apache-AuthTicket/distinfo | 6 | ||||
-rw-r--r-- | www/p5-Apache-AuthTicket/pkg-plist | 2 |
3 files changed, 11 insertions, 11 deletions
diff --git a/www/p5-Apache-AuthTicket/Makefile b/www/p5-Apache-AuthTicket/Makefile index 8144ef4243d3..853a3c533f73 100644 --- a/www/p5-Apache-AuthTicket/Makefile +++ b/www/p5-Apache-AuthTicket/Makefile @@ -6,34 +6,32 @@ # PORTNAME= Apache-AuthTicket -PORTVERSION= 0.31 +PORTVERSION= 0.40 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl modules that implement a cookie-based authentication system -BUILD_DEPENDS= ${SITE_PERL}/Apache/AuthCookie.pm:${PORTSDIR}/www/p5-Apache-AuthCookie -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/Apache/AuthCookie.pm:${PORTSDIR}/www/p5-Apache-AuthCookie \ + ${SITE_PERL}/SQL/Abstract.pm:${PORTSDIR}/databases/p5-SQL-Abstract +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN3= Apache::AuthTicket.3 +MAN3= Apache::AuthTicket.3 Apache2::AuthTicket.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 .endif .if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 .else -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI .endif diff --git a/www/p5-Apache-AuthTicket/distinfo b/www/p5-Apache-AuthTicket/distinfo index 7ae91a4ff03b..9838a546f628 100644 --- a/www/p5-Apache-AuthTicket/distinfo +++ b/www/p5-Apache-AuthTicket/distinfo @@ -1,3 +1,3 @@ -MD5 (Apache-AuthTicket-0.31.tar.gz) = b5224689b7823eb54b6e4f8190a20d69 -SHA256 (Apache-AuthTicket-0.31.tar.gz) = b154424557e9746d2462463772f7ca57b95e2d2128a89a949cd5a6ea76f01840 -SIZE (Apache-AuthTicket-0.31.tar.gz) = 11958 +MD5 (Apache-AuthTicket-0.40.tar.gz) = a1d0a5650b9deae181effb977c8d71a8 +SHA256 (Apache-AuthTicket-0.40.tar.gz) = 57311f5700cc6d5879a643df940d98d658b3e9a4c23bbedf7aa68c84544a4cbb +SIZE (Apache-AuthTicket-0.40.tar.gz) = 20346 diff --git a/www/p5-Apache-AuthTicket/pkg-plist b/www/p5-Apache-AuthTicket/pkg-plist index 3a4d75c0483a..cd4ce34dbfbc 100644 --- a/www/p5-Apache-AuthTicket/pkg-plist +++ b/www/p5-Apache-AuthTicket/pkg-plist @@ -1,5 +1,7 @@ %%SITE_PERL%%/Apache/AuthTicket.pm +%%SITE_PERL%%/Apache2/AuthTicket.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AuthTicket/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AuthTicket @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache +@dirrmtry %%SITE_PERL%%/Apache2 @dirrmtry %%SITE_PERL%%/Apache |