Mark as broken until postgresql port or p5-Pg distfile is updated
This commit is contained in:
parent
7cc56e20a1
commit
a6585349f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6624
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: October 19th 1996
|
||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.6 1997/04/20 21:26:04 jfitz Exp $
|
||||
# $Id: Makefile,v 1.7 1997/05/24 13:16:59 jfitz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pg95perl5-1.5.4
|
||||
|
@ -23,6 +23,8 @@ RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
|
|||
MAN3= Pg.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5
|
||||
|
||||
BROKEN= "Requires update to either postgresql port or p5-Pg distfile"
|
||||
|
||||
do-configure:
|
||||
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
||||
|
||||
|
|
Loading…
Reference in a new issue