diff options
author | linimon <linimon@FreeBSD.org> | 2007-03-09 08:03:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-03-09 08:03:37 +0800 |
commit | 2bc0145d93a5414f46521a21003bae29bb76e73a (patch) | |
tree | 6fdb8c04dd80d55eb12b1f95dcdccb7b293c06fa /textproc | |
parent | 26fede2b4a29f524b01bf1fc71de6210e5658cde (diff) | |
download | freebsd-ports-gnome-2bc0145d93a5414f46521a21003bae29bb76e73a.tar.gz freebsd-ports-gnome-2bc0145d93a5414f46521a21003bae29bb76e73a.tar.zst freebsd-ports-gnome-2bc0145d93a5414f46521a21003bae29bb76e73a.zip |
This is currently failing to package on pointyhat by infinitely asking
for a CPAN site. Notified maintainer.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Trac/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/p5-Text-Trac/Makefile b/textproc/p5-Text-Trac/Makefile index b1cec244945e..570379f51712 100644 --- a/textproc/p5-Text-Trac/Makefile +++ b/textproc/p5-Text-Trac/Makefile @@ -33,4 +33,5 @@ IGNORE= requires perl5.6. Install lang/perl5 or lang/perl5.8 and try again BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple .endif +BROKEN= hangs asking 'Please enter your CPAN site' repeatedly .include <bsd.port.post.mk> |