SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
devel/p5-File-Attributes-Recursive/Makefile
Normal file
21
devel/p5-File-Attributes-Recursive/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
COMMENT = inherit file attributes from parent directories
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = File-Attributes-Recursive-0.02
|
||||
REVISION = 2
|
||||
CATEGORIES = devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
RUN_DEPENDS = devel/p5-File-Attributes \
|
||||
devel/p5-Path-Class
|
||||
|
||||
# p5-Directory-Scratch should be TEST_DEPENDS but Module::Install screws up
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS} \
|
||||
devel/p5-Directory-Scratch
|
||||
|
||||
MAKE_ENV += TEST_POD=1
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue