diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-04-23 17:27:55 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-04-23 17:27:55 +0000 |
commit | 80edfc3bfa4c7179886dbdd4fb3eed1a2341e635 (patch) | |
tree | 9068ea6358d361deadd82219abfb8bdad28362ee /sysutils/p5-File-Remove/Makefile | |
parent | c0d1cebc6352173ea94171bf9fa0d66fe48751dc (diff) | |
download | pkgsrc-80edfc3bfa4c7179886dbdd4fb3eed1a2341e635.tar.gz |
File::Remove::remove removes files and directories. It acts like /bin/rm,
for the most part. Although unlink can be given a list of files, it will
not remove directories; this module remedies that. It also accepts
wildcards, * and ?, as arguments for filenames.
Diffstat (limited to 'sysutils/p5-File-Remove/Makefile')
-rw-r--r-- | sysutils/p5-File-Remove/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/p5-File-Remove/Makefile b/sysutils/p5-File-Remove/Makefile new file mode 100644 index 00000000000..92cac62c1a6 --- /dev/null +++ b/sysutils/p5-File-Remove/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/04/23 17:27:55 adrianp Exp $ + +DISTNAME= File-Remove-0.29 +PKGNAME= p5-${DISTNAME} +CATEGORIES= perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://search.cpan.org/~rsod/${DISTNAME}/ +COMMENT= Remove files and directories + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/File/Remove/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |