summaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-PkgConfig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-ExtUtils-PkgConfig/Makefile')
-rw-r--r--devel/p5-ExtUtils-PkgConfig/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/p5-ExtUtils-PkgConfig/Makefile b/devel/p5-ExtUtils-PkgConfig/Makefile
index 22d1a883ab4..7bf0dded868 100644
--- a/devel/p5-ExtUtils-PkgConfig/Makefile
+++ b/devel/p5-ExtUtils-PkgConfig/Makefile
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile,v 1.13 2007/02/27 09:14:24 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2008/03/17 22:31:21 heinz Exp $
#
-DISTNAME= ExtUtils-PkgConfig-1.07
+DISTNAME= ExtUtils-PkgConfig-1.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gtk2-perl.sourceforge.net/
COMMENT= Simplistic perl interface to pkg-config
+PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/ExtUtils/PkgConfig/.packlist
-USE_TOOLS= pkg-config
+USE_LANGUAGES= # empty
+USE_TOOLS+= pkg-config:run
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"