# New ports collection makefile for: ExtUtils-PkgConfig # Date created: 18 October 2003 # Whom: Sergey Skvortsov # # $FreeBSD: ports/devel/p5-ExtUtils-PkgConfig/Makefile,v 1.10 2005/01/27 10:23:03 skv Exp $ # PORTNAME= ExtUtils-PkgConfig PORTVERSION= 1.07 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ExtUtils PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Simplistic interface to pkg-config USE_GNOME= pkgconfig PERL_CONFIGURE= yes MAN3= ExtUtils::PkgConfig.3 post-patch: @${PERL} -pi -e '$$_="" if $$.==1' ${WRKSRC}/Makefile.PL .include .if ${PERL_LEVEL} < 500800 EXTRA_PATCHES= ${PATCHDIR}/500600-Makefile.PL .endif .include