diff --git a/devel/Makefile b/devel/Makefile index a16dfc736f0e..49c021d3d95e 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 diff --git a/devel/p5-Getopt-Mixed/Makefile b/devel/p5-Getopt-Mixed/Makefile new file mode 100644 index 000000000000..00430cc843da --- /dev/null +++ b/devel/p5-Getopt-Mixed/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: devel/p5-Getopt-Mixed +# Date created: 17 Jan 2003 +# Whom: sumikawa +# +# $FreeBSD$ +# + +PORTNAME= Getopt-Mixed +PORTVERSION= 1.008 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Getopt +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN3= Getopt::Mixed.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +pre-configure: + ${PERL} -pi -e 'm.INSTALLDIRS.&&s,.,,sg' ${WRKSRC}/Makefile.PL + +.include diff --git a/devel/p5-Getopt-Mixed/distinfo b/devel/p5-Getopt-Mixed/distinfo new file mode 100644 index 000000000000..d503a4101ec6 --- /dev/null +++ b/devel/p5-Getopt-Mixed/distinfo @@ -0,0 +1 @@ +MD5 (Getopt-Mixed-1.008.tar.gz) = 7d492669944f93809b7963f2c88865e7 diff --git a/devel/p5-Getopt-Mixed/pkg-comment b/devel/p5-Getopt-Mixed/pkg-comment new file mode 100644 index 000000000000..1437ff940d79 --- /dev/null +++ b/devel/p5-Getopt-Mixed/pkg-comment @@ -0,0 +1 @@ +Perl module for processing of both short and long command line options diff --git a/devel/p5-Getopt-Mixed/pkg-descr b/devel/p5-Getopt-Mixed/pkg-descr new file mode 100644 index 000000000000..b9e5ee03f25a --- /dev/null +++ b/devel/p5-Getopt-Mixed/pkg-descr @@ -0,0 +1,4 @@ +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. diff --git a/devel/p5-Getopt-Mixed/pkg-plist b/devel/p5-Getopt-Mixed/pkg-plist new file mode 100644 index 000000000000..22c42cb1a725 --- /dev/null +++ b/devel/p5-Getopt-Mixed/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Getopt/Mixed/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Getopt/Mixed.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Getopt/Mixed +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mixed 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Getopt 2>/dev/null || true