23 lines
488 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2014/10/23 14:34:46 nigel Exp $
2014-04-24 11:15:30 +00:00
COMMENT= inlining your tests next to the code being tested
2006-11-29 08:23:29 +00:00
MODULES= cpan
DISTNAME= Test-Inline-2.213
2006-11-29 08:23:29 +00:00
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-15 19:45:56 +00:00
RUN_DEPENDS= devel/p5-Algorithm-Dependency \
devel/p5-Config-Tiny \
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 \
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}
.include <bsd.port.mk>