pkgsrc/sysutils/p5-File-chmod/Makefile
wiz 8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00

19 lines
494 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/10/03 21:57:40 wiz Exp $
#
DISTNAME= File-chmod-0.32
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= perl5 sysutils
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/P/PI/PINYAN/
COMMENT= Perl API-Implements symbolic and ls chmod modes
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/File/chmod/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"