diff options
author | leeym <leeym@FreeBSD.org> | 2009-10-23 08:30:06 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2009-10-23 08:30:06 +0800 |
commit | 75205115cdf6bddfbff26bcfedce5e08f2906975 (patch) | |
tree | 991a1c1e56001d7e1bb27797788685314b6afc9a /security | |
parent | 3bc752279a968cc2b8d02edba7f7a80f4b657adc (diff) | |
download | freebsd-ports-gnome-75205115cdf6bddfbff26bcfedce5e08f2906975.tar.gz freebsd-ports-gnome-75205115cdf6bddfbff26bcfedce5e08f2906975.tar.zst freebsd-ports-gnome-75205115cdf6bddfbff26bcfedce5e08f2906975.zip |
- replace ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm with p5-Params-Validate>=0 since it changed the file path.
- portlint
PR: follow-up to ports/139837
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-Simple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Authen-Simple/Makefile b/security/p5-Authen-Simple/Makefile index 5505c30327cb..8799def796dd 100644 --- a/security/p5-Authen-Simple/Makefile +++ b/security/p5-Authen-Simple/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Ac ${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ - ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= Authen::Simple.3 \ |