pkgsrc/devel/p5-File-Path-Tiny/Makefile
seb 85de7163c9 Initial import of p5-File-Path-Tiny version 0.1 in the NetBSD
Packages Collection.

The Perl 5 module File::Path::Tiny provides recursive versions of
mkdir() and rmdir() with as little code and overhead as possible.
2010-08-25 22:35:38 +00:00

20 lines
539 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/08/25 22:35:38 seb Exp $
#
DISTNAME= File-Path-Tiny-0.1
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/File-Path-Tiny/
COMMENT= Perl 5 module providing recursive mkdir and rmdir
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/File/Path/Tiny/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"