diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-19 18:35:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-19 18:35:54 +0000 |
commit | f437dfc12040bf33076cf18eed82cdb4773e8fae (patch) | |
tree | fbfaf6f1b82aa6d91d20c561274a0194552b9f7e /security/p5-Authen-Simple | |
parent | ccd1b597239a4b561993eaed486db65f825049f5 (diff) | |
download | ports-f437dfc12040bf33076cf18eed82cdb4773e8fae.tar.gz ports-f437dfc12040bf33076cf18eed82cdb4773e8fae.zip |
Notes
Diffstat (limited to 'security/p5-Authen-Simple')
-rw-r--r-- | security/p5-Authen-Simple/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/security/p5-Authen-Simple/Makefile b/security/p5-Authen-Simple/Makefile index 45a536cf442d..32cfc4000a79 100644 --- a/security/p5-Authen-Simple/Makefile +++ b/security/p5-Authen-Simple/Makefile @@ -15,11 +15,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Simple authentication framework -RUN_DEPENDS= ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor \ - ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - ${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ +BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_MODBUILD= yes MAN3= Authen::Simple.3 \ Authen::Simple::Adapter.3 \ @@ -27,12 +29,11 @@ MAN3= Authen::Simple.3 \ Authen::Simple::Log.3 \ Authen::Simple::Password.3 -PERL_MODBUILD= yes - .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 501000 -RUN_DEPENDS+= p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA +BUILD_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA +RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA .endif .include <bsd.port.post.mk> |