openbsd-ports/devel/p5-File-Attributes-Recursive/Makefile
2010-12-03 11:44:22 +00:00

29 lines
650 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/12/03 11:44:31 ajacoutot Exp $
COMMENT = inherit file attributes from parent directories
MODULES = cpan
DISTNAME = File-Attributes-Recursive-0.02
REVISION = 0
CATEGORIES = devel
USE_GROFF = Yes
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = devel/p5-File-Attributes \
devel/p5-Path-Class
# p5-Directory-Scratch should be REGRESS_DEPENDS but Module::Install screws up
BUILD_DEPENDS = ${RUN_DEPENDS} \
devel/p5-Directory-Scratch
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>