- drop maintainership
- mark it BROKEN for FreeBSD-9 on amd64 since it doesn't build
This commit is contained in:
parent
6e422356a6
commit
cc2135fae7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271050
2 changed files with 8 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue