openbsd-ports/devel/p5-File-Find-Rule/Makefile
kili 8d2cee5205 Swap RUN_DEPENDS and BUILD_DEPENDS. No bump required.
ok steven@

There'l be more of this, including some ports where a
RUN_DEPENDS=${BUILD_DEPENDS} really causes wrong runtime
dependencies.
2006-12-17 11:56:56 +00:00

20 lines
436 B
Makefile

# $OpenBSD: Makefile,v 1.3 2006/12/17 11:56:56 kili Exp $
COMMENT= "alternative interface to File::Find"
MODULES= cpan
DISTNAME= File-Find-Rule-0.28
CATEGORIES= devel
# perl
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
RUN_DEPENDS= :p5-Number-Compare-*:devel/p5-Number-Compare \
:p5-Text-Glob-*:textproc/p5-Text-Glob
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>