diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-01-19 19:49:00 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-01-19 19:49:00 +0000 |
commit | 0116cc753a3d7695e7bc4ea04980608a3080f54b (patch) | |
tree | 1d9b67b360720a547359343f0307031a6438bced /devel/Makefile | |
parent | d4ee5a0df64538e572109c815a484b73970a4360 (diff) | |
download | FreeBSD-ports-0116cc753a3d7695e7bc4ea04980608a3080f54b.zip FreeBSD-ports-0116cc753a3d7695e7bc4ea04980608a3080f54b.tar.gz |
Getopt::Mixed
This module provides GNU-style option processing for Perl 5 scripts,
with both long and short options. Please see the documentation at the
end of the module for instructions on its use and licensing
restrictions.
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 a16dfc7..49c021d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -512,6 +512,7 @@ SUBDIR += p5-Getopt-ArgvFile SUBDIR += p5-Getopt-Declare SUBDIR += p5-Getopt-Long + SUBDIR += p5-Getopt-Mixed SUBDIR += p5-Glade-Perl SUBDIR += p5-Heap SUBDIR += p5-IO |