diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-03 13:31:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-03 13:31:07 +0800 |
commit | e557cfda968bf27e3deaf16605f614acbd14bf10 (patch) | |
tree | 7c2c5f46e8c030a23d5a000967d2a9cb0bb0eac8 /www | |
parent | 184dba1c86f50a8fb461839bd10934dc67567dfb (diff) | |
download | freebsd-ports-gnome-e557cfda968bf27e3deaf16605f614acbd14bf10.tar.gz freebsd-ports-gnome-e557cfda968bf27e3deaf16605f614acbd14bf10.tar.zst freebsd-ports-gnome-e557cfda968bf27e3deaf16605f614acbd14bf10.zip |
- Add leftover dependencies and OPTIONS in original NEW PORT submission [1]
- Bump PORTREVISION for dependency change [2]
- While I'm here, sort MAN3
PR: ports/158001 [1], ports/158923 [2]
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache2-SiteControl/Makefile | 30 | ||||
-rw-r--r-- | www/p5-Apache2-SiteControl/pkg-plist | 4 |
2 files changed, 28 insertions, 6 deletions
diff --git a/www/p5-Apache2-SiteControl/Makefile b/www/p5-Apache2-SiteControl/Makefile index c5faff47c82d..fc6a135f80f9 100644 --- a/www/p5-Apache2-SiteControl/Makefile +++ b/www/p5-Apache2-SiteControl/Makefile @@ -7,6 +7,7 @@ PORTNAME= Apache2-SiteControl PORTVERSION= 1.05 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +15,34 @@ PKGNAMEPREFIX= p5- MAINTAINER= nick@foobar.org COMMENT= Perl web site authentication/authorization system +BUILD_DEPENDS= p5-Apache-AuthCookie>=3.08:${PORTSDIR}/www/p5-Apache-AuthCookie \ + p5-Apache-Session>=1.54:${PORTSDIR}/www/p5-Apache-Session \ + p5-Crypt-CAST5>=0.04:${PORTSDIR}/security/p5-Crypt-CAST5 \ + p5-Crypt-CBC>=2.14:${PORTSDIR}/security/p5-Crypt-CBC \ + p5-libapreq2>=2.05:${PORTSDIR}/www/p5-libapreq2 +RUN_DEPENDS= p5-Apache-AuthCookie>=3.08:${PORTSDIR}/www/p5-Apache-AuthCookie \ + p5-Apache-Session>=1.54:${PORTSDIR}/www/p5-Apache-Session \ + p5-Crypt-CAST5>=0.04:${PORTSDIR}/security/p5-Crypt-CAST5 \ + p5-Crypt-CBC>=2.14:${PORTSDIR}/security/p5-Crypt-CBC \ + p5-libapreq2>=2.05:${PORTSDIR}/www/p5-libapreq2 + +OPTIONS= RADIUS "Support for RADIUS back-end" on + PERL_CONFIGURE= yes -MAN3= Apache2::SiteControl::User.3 Apache2::SiteControl::Rule.3 \ +MAN3= Apache2::SiteControl.3 \ + Apache2::SiteControl::GrantAllRule.3 \ Apache2::SiteControl::ManagerFactory.3 \ - Apache2::SiteControl::GrantAllRule.3 Apache2::SiteControl.3 \ - Apache2::SiteControl::UserFactory.3 \ + Apache2::SiteControl::PermissionManager.3 \ Apache2::SiteControl::Radius.3 \ - Apache2::SiteControl::PermissionManager.3 + Apache2::SiteControl::Rule.3 \ + Apache2::SiteControl::User.3 \ + Apache2::SiteControl::UserFactory.3 + +.include <bsd.port.options.mk> + +.if !defined(WITHOUT_RADIUS) +RUN_DEPENDS+= p5-Authen-Radius>=0.10:${PORTSDIR}/security/p5-Authen-Radius +.endif .include <bsd.port.mk> diff --git a/www/p5-Apache2-SiteControl/pkg-plist b/www/p5-Apache2-SiteControl/pkg-plist index 22c5b90bb4a3..b6c724d38456 100644 --- a/www/p5-Apache2-SiteControl/pkg-plist +++ b/www/p5-Apache2-SiteControl/pkg-plist @@ -7,7 +7,7 @@ %%SITE_PERL%%/Apache2/SiteControl/User.pm %%SITE_PERL%%/Apache2/SiteControl/UserFactory.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/SiteControl/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/SiteControl +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2/SiteControl @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache2 -@dirrmtry %%SITE_PERL%%/Apache2/SiteControl +@dirrm %%SITE_PERL%%/Apache2/SiteControl @dirrmtry %%SITE_PERL%%/Apache2 |