diff options
author | swills <swills@FreeBSD.org> | 2012-03-14 21:11:20 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-14 21:11:20 +0800 |
commit | ecde22e59105db95be47b5564cc4e6345da18fc0 (patch) | |
tree | 9e876cb74683a553531492bb05220ac1b718518a /textproc | |
parent | 6060b6fa0b3ac229f6877721e9ca539717a6b5e9 (diff) | |
download | freebsd-ports-gnome-ecde22e59105db95be47b5564cc4e6345da18fc0.tar.gz freebsd-ports-gnome-ecde22e59105db95be47b5564cc4e6345da18fc0.tar.zst freebsd-ports-gnome-ecde22e59105db95be47b5564cc4e6345da18fc0.zip |
- Add TEST_DEPENDS to enable testing
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Algorithm-CheckDigits/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-Algorithm-CheckDigits/Makefile b/textproc/p5-Algorithm-CheckDigits/Makefile index b170347f8986..690ddf117fe9 100644 --- a/textproc/p5-Algorithm-CheckDigits/Makefile +++ b/textproc/p5-Algorithm-CheckDigits/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= swills@FreeBSD.org COMMENT= Perl extension to generate and test check digits +TEST_DEPENDS= p5-Probe-Perl>=0:${PORTSDIR}/sysutils/p5-Probe-Perl + PERL_CONFIGURE= yes MAN1= checkdigits.pl.1 |