f6f643b7cd
File::NCopy::copy copies files to directories, or a single file to another file. You can also use a reference to a file handle if you wish whem doing a file to file copy. The functionality is very similar to cp.
20 lines
390 B
Makefile
20 lines
390 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/04 09:40:31 msf Exp $
|
|
|
|
COMMENT= "copy files and directories with perl"
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= File-NCopy0.32
|
|
PKGNAME= p5-File-NCopy-0.32
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|