diff options
author | adam <adam> | 2011-08-10 08:24:35 +0000 |
---|---|---|
committer | adam <adam> | 2011-08-10 08:24:35 +0000 |
commit | 123d96fbf8238ed99716e49ff2b8359f7c1da0db (patch) | |
tree | 5ec501794ef5b42a7858b02a173db02a181551b1 /devel/p5-Config-Find | |
parent | df4aa77ea085280edab7dc614f442f206b1c7e5e (diff) | |
download | pkgsrc-123d96fbf8238ed99716e49ff2b8359f7c1da0db.tar.gz |
Revision bump after updating perl to 5.14.1
Diffstat (limited to 'devel/p5-Config-Find')
-rw-r--r-- | devel/p5-Config-Find/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Config-Find/Makefile b/devel/p5-Config-Find/Makefile index 030444a2dfe..6f7292826a9 100644 --- a/devel/p5-Config-Find/Makefile +++ b/devel/p5-Config-Find/Makefile @@ -1,23 +1,23 @@ -# $NetBSD: Makefile,v 1.4 2010/08/21 16:33:26 seb Exp $ +# $NetBSD: Makefile,v 1.5 2011/08/10 08:24:35 adam Exp $ DISTNAME= Config-Find-0.26 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5cf CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://sourceforge.net/projects/config-inifiles/ -#HOMEPAGE= http://search.cpan.org/dist/Config-Find/ +HOMEPAGE= http://search.cpan.org/dist/Config-Find/ COMMENT= Perl module for finding configuration files in the native OS fashion - -DEPENDS+= p5-File-Which>=0.05:../../devel/p5-File-Which -DEPENDS+= p5-File-HomeDir>=0.80:../../devel/p5-File-HomeDir +LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +DEPENDS+= p5-File-Which>=0.05:../../devel/p5-File-Which +DEPENDS+= p5-File-HomeDir>=0.80:../../devel/p5-File-HomeDir + PERL5_PACKLIST= auto/Config/Find/.packlist post-extract: |