diff options
author | adam <adam@pkgsrc.org> | 2011-08-13 08:33:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-08-13 08:33:17 +0000 |
commit | 037f3bd70dcaa21d044c8bcbf9875b345beddfba (patch) | |
tree | 8e2143079af5fd5cd1537400e0ffcba260cad3d3 /devel/p5-File-Path-Expand | |
parent | 66ecad6bf0892a3c21989f9bf033c8a7932f9ffc (diff) | |
download | pkgsrc-037f3bd70dcaa21d044c8bcbf9875b345beddfba.tar.gz |
Revision bump after updating perl to 5.14.1
Diffstat (limited to 'devel/p5-File-Path-Expand')
-rw-r--r-- | devel/p5-File-Path-Expand/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-File-Path-Expand/Makefile b/devel/p5-File-Path-Expand/Makefile index dd1799837ce..a9a70cca9d2 100644 --- a/devel/p5-File-Path-Expand/Makefile +++ b/devel/p5-File-Path-Expand/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2010/08/21 16:33:44 seb Exp $ -# +# $NetBSD: Makefile,v 1.4 2011/08/13 08:36:56 adam Exp $ DISTNAME= File-Path-Expand-1.02 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/File-Path-Expand/ COMMENT= Perl 5 module to expand filenames +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir |