summaryrefslogtreecommitdiffstats
path: root/devel/p5-ExtUtils-PkgConfig/Makefile
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2003-11-02 18:15:37 +0000
committerskv <skv@FreeBSD.org>2003-11-02 18:15:37 +0000
commit4a7b3a4ddb99e23029ae4a9a5197682443837e3d (patch)
tree7057f02a7da18f18c16bc415d84802cf14b5b918 /devel/p5-ExtUtils-PkgConfig/Makefile
parent7d938847e4f43b6a1098651fd64898a2b2522ec6 (diff)
downloadFreeBSD-ports-4a7b3a4ddb99e23029ae4a9a5197682443837e3d.zip
FreeBSD-ports-4a7b3a4ddb99e23029ae4a9a5197682443837e3d.tar.gz
Unbreak build:
add workaround for fucking /(config|setup)\.*\.pm$/ in MM_Unix.pm
Diffstat (limited to 'devel/p5-ExtUtils-PkgConfig/Makefile')
-rw-r--r--devel/p5-ExtUtils-PkgConfig/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/p5-ExtUtils-PkgConfig/Makefile b/devel/p5-ExtUtils-PkgConfig/Makefile
index 8189bf1..1bd3215 100644
--- a/devel/p5-ExtUtils-PkgConfig/Makefile
+++ b/devel/p5-ExtUtils-PkgConfig/Makefile
@@ -17,8 +17,6 @@ COMMENT= Simplistic interface to pkg-config
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
-BROKEN= Broken pkg-plist
-
PERL_CONFIGURE= yes
MAN3= ExtUtils::PkgConfig.3
@@ -26,4 +24,10 @@ MAN3= ExtUtils::PkgConfig.3
post-patch:
@${PERL} -pi -e '$$_="" if $$.==1' ${WRKSRC}/Makefile.PL
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+EXTRA_PATCHES= ${PATCHDIR}/500600-Makefile.PL
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud