24 lines
492 B
Makefile
24 lines
492 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/04 13:42:02 espie Exp $
|
||
|
|
||
|
COMMENT= "recursive copy of files and directories"
|
||
|
|
||
|
DISTNAME= File-Copy-Recursive-0.29
|
||
|
PKGNAME= p5-${DISTNAME}
|
||
|
CATEGORIES= devel perl5
|
||
|
|
||
|
MAINTAINER= Simon Dassow <janus@errornet.de>
|
||
|
|
||
|
# Artistic + GPL
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
||
|
|
||
|
CONFIGURE_STYLE=perl
|
||
|
|
||
|
PKG_ARCH= *
|
||
|
|
||
|
.include <bsd.port.mk>
|