diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-12 14:12:12 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-12 14:12:12 +0000 |
commit | 501416d99fe567365f9c446d1f5caf01976658a9 (patch) | |
tree | c76256e8826936d20caf32f48c1fe4b9fe0ee47f /devel/Makefile | |
parent | 8463c5671526461b1b8e344b20f2bfabe8b9a1b9 (diff) | |
download | ports-501416d99fe567365f9c446d1f5caf01976658a9.tar.gz ports-501416d99fe567365f9c446d1f5caf01976658a9.zip |
add p5-Test-Simple
Basic utilities for writing tests in perl
PR: 29640
Submitted by: Shell Hung <shell@shellhung.org>
Notes
Notes:
svn path=/head/; revision=46130
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 97b8e34e63c0..b907cc698848 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -397,6 +397,7 @@ SUBDIR += p5-Term-ReadKey SUBDIR += p5-Term-Screen SUBDIR += p5-Term-Size + SUBDIR += p5-Test-Simple SUBDIR += p5-Tie-Cache SUBDIR += p5-Tie-DB_FileLock SUBDIR += p5-Tie-IxHash |