2014-10-23 14:34:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2014/10/23 14:34:46 nigel Exp $
|
2004-06-10 02:28:32 +00:00
|
|
|
|
2014-04-24 11:15:30 +00:00
|
|
|
COMMENT= inlining your tests next to the code being tested
|
2004-06-10 02:28:32 +00:00
|
|
|
|
2006-11-29 08:23:29 +00:00
|
|
|
MODULES= cpan
|
2014-10-23 14:34:46 +00:00
|
|
|
DISTNAME= Test-Inline-2.213
|
2006-11-29 08:23:29 +00:00
|
|
|
CATEGORIES= devel
|
2004-06-10 02:28:32 +00:00
|
|
|
|
2014-10-23 14:34:46 +00:00
|
|
|
# perl
|
2004-06-10 02:28:32 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2010-11-15 19:45:56 +00:00
|
|
|
RUN_DEPENDS= devel/p5-Algorithm-Dependency \
|
|
|
|
devel/p5-Config-Tiny \
|
2014-10-23 14:34:46 +00:00
|
|
|
devel/p5-File-chmod \
|
2010-11-15 19:45:56 +00:00
|
|
|
devel/p5-File-Find-Rule \
|
|
|
|
devel/p5-File-Flat \
|
2014-04-24 11:15:30 +00:00
|
|
|
devel/p5-File-Slurp \
|
2014-10-23 14:34:46 +00:00
|
|
|
devel/p5-Test-Script \
|
2010-11-15 19:45:56 +00:00
|
|
|
textproc/p5-Pod-Tests
|
2006-12-04 10:26:15 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
2004-06-10 02:28:32 +00:00
|
|
|
.include <bsd.port.mk>
|