diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-16 06:27:56 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-16 06:27:56 +0000 |
commit | abf5b5ffc09b367c1d6e4537c8f5e2473c14e670 (patch) | |
tree | 2e22cb4768c6b41b24fe161ae7a3c7a4536ed6c0 /security/p5-Authen-Simple-HTTP | |
parent | 184f8b1f5a5dce5332d9b8f4bb170da1df68af6a (diff) | |
download | ports-abf5b5ffc09b367c1d6e4537c8f5e2473c14e670.tar.gz ports-abf5b5ffc09b367c1d6e4537c8f5e2473c14e670.zip |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
Notes
Notes:
svn path=/head/; revision=233978
Diffstat (limited to 'security/p5-Authen-Simple-HTTP')
-rw-r--r-- | security/p5-Authen-Simple-HTTP/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/p5-Authen-Simple-HTTP/Makefile b/security/p5-Authen-Simple-HTTP/Makefile index 3883ca889974..e81ee3ad5e69 100644 --- a/security/p5-Authen-Simple-HTTP/Makefile +++ b/security/p5-Authen-Simple-HTTP/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simp ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_SAFE= yes + MAN3= Authen::Simple::HTTP.3 PERL_MODBUILD= 5.8.0+ |