diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2011-03-16 22:07:08 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2011-03-16 22:07:08 +0000 |
commit | cc2135fae7c09a4557de03eefa6c4aa143c39f01 (patch) | |
tree | 8d7b5dad6b636863733cf47ca136d14ff6c09c25 /devel/p5-Dialog | |
parent | 6e422356a6467107a2c63e6311c5fa6cbd1759fc (diff) |
- drop maintainership
- mark it BROKEN for FreeBSD-9 on amd64 since it doesn't build
Notes
Notes:
svn path=/head/; revision=271050
Diffstat (limited to 'devel/p5-Dialog')
-rw-r--r-- | devel/p5-Dialog/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Dialog/distinfo | 1 |
2 files changed, 8 insertions, 3 deletions
diff --git a/devel/p5-Dialog/Makefile b/devel/p5-Dialog/Makefile index ee93c00153ba..a975f7bb2c6c 100644 --- a/devel/p5-Dialog/Makefile +++ b/devel/p5-Dialog/Makefile @@ -11,11 +11,17 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= leeym@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl interface to dialog(3) PERL_CONFIGURE= yes MAN3= Dialog.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900000 && ${ARCH} == "amd64" +BROKEN= Does not build +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Dialog/distinfo b/devel/p5-Dialog/distinfo index a80cf227879d..5f9c9288f3de 100644 --- a/devel/p5-Dialog/distinfo +++ b/devel/p5-Dialog/distinfo @@ -1,3 +1,2 @@ -MD5 (Dialog-0.03.tar.gz) = ed18a299b29025a87f51c4f8bd646a16 SHA256 (Dialog-0.03.tar.gz) = c9c8e4d3cdcf366211f7aff58fb1c1fab43a20db80309270d514bef580f2a29d SIZE (Dialog-0.03.tar.gz) = 7736 |