diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-08 05:25:47 +0800 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-08 05:25:47 +0800 |
commit | 0fd9ff3861378e7c9573dd9c7fcb65bc31cc1990 (patch) | |
tree | 09d50120c5562390503d642adbe34e5424fd1367 /mail | |
parent | 2af177a1f7510e42210866bad2fa174be4a3b5ab (diff) | |
download | freebsd-ports-gnome-0fd9ff3861378e7c9573dd9c7fcb65bc31cc1990.tar.gz freebsd-ports-gnome-0fd9ff3861378e7c9573dd9c7fcb65bc31cc1990.tar.zst freebsd-ports-gnome-0fd9ff3861378e7c9573dd9c7fcb65bc31cc1990.zip |
- Mark BROKEN w/ lang/perl5.14
PR: ports/165457
With Hat: perl@
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-CClient/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/p5-Mail-CClient/Makefile b/mail/p5-Mail-CClient/Makefile index 9851ff2e1191..840007c87a2c 100644 --- a/mail/p5-Mail-CClient/Makefile +++ b/mail/p5-Mail-CClient/Makefile @@ -69,4 +69,8 @@ post-patch: -e 's/ -lpam_misc//g;' \ ${WRKSRC}/Makefile.PL +.if ${PERL_LEVEL} > 501400 +BROKEN= does not compile, no release since 2004 +.endif + .include <bsd.port.post.mk> |