diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-12-27 22:00:31 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-12-27 22:00:31 +0000 |
commit | 7e575d008a593528df0bfaea947e6dea4cc0297c (patch) | |
tree | dc7cab1e28daefd66fc15c39722ff06d9ddbd552 /devel/p5-ExtUtils-PkgConfig/Makefile | |
parent | 48e1feede07d82e98d79d181cfa9ed71b67277ff (diff) | |
download | pkgsrc-7e575d008a593528df0bfaea947e6dea4cc0297c.tar.gz |
Update to 0.106.
Changes:
1.06 Sun Sep 19 23:29:23 CEST 2004
- Remove the "found package ..." message to make Makefile.PL's less
verbose.
1.05 Fri Jul 16 14:52:39 EDT 2004
- add configure-time check for pkg-config, don't build without it.
- add a pointer to pkg-config's webpage in the docs.
1.04 Fri Mar 5 00:28:59 EST 2004
- add long-overdue version-checking import implementation.
Diffstat (limited to 'devel/p5-ExtUtils-PkgConfig/Makefile')
-rw-r--r-- | devel/p5-ExtUtils-PkgConfig/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/p5-ExtUtils-PkgConfig/Makefile b/devel/p5-ExtUtils-PkgConfig/Makefile index abb19812c40..ab9facf1059 100644 --- a/devel/p5-ExtUtils-PkgConfig/Makefile +++ b/devel/p5-ExtUtils-PkgConfig/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2004/12/20 11:30:59 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/27 22:00:31 xtraeme Exp $ # -DISTNAME= ExtUtils-PkgConfig-1.03 +DISTNAME= ExtUtils-PkgConfig-1.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://gtk2-perl.sourceforge.net/ |