openbsd-ports/devel/p5-Test-Script/Makefile
jasper 1a0e225bbe import p5-Test-Script 1.03
The intent of this module is to provide a series of basic tests for
scripts in the bin directory of your Perl distribution.  Further, it
aims to provide them with perfect platform-compatibility and in a way
that is as unobtrusive as possible. That is, if the program works on a
platform, then Test::Script should also work on that platform.  In doing
so, it is hoped that Test::Script can become a module that you can
safely make a dependency of your module, without risking your module not
working on some platform because of the dependency.

based on a submission by Stephan A. Rickauer
2009-09-14 21:17:43 +00:00

19 lines
364 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/09/14 21:17:43 jasper Exp $
COMMENT= cross-platform basic tests for scripts
MODULES= cpan
DISTNAME= Test-Script-1.03
CATEGORIES= devel
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :p5-IPC-Run3->=0.034:devel/p5-IPC-Run3
.include <bsd.port.mk>