diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-28 13:42:44 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-28 13:42:44 +0000 |
commit | 1ab542c7b38426a47a39d62cb3449e6e338b6e71 (patch) | |
tree | 74e83b066de4125bb908e7821b78958544acc9c0 /x11-toolkits/p5-Tk-Getopt | |
parent | d7c5ae4904003bf5350f37820bacc74147413656 (diff) | |
download | ports-1ab542c7b38426a47a39d62cb3449e6e338b6e71.tar.gz ports-1ab542c7b38426a47a39d62cb3449e6e338b6e71.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-Tk-Getopt')
-rw-r--r-- | x11-toolkits/p5-Tk-Getopt/Makefile | 25 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Getopt/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Getopt/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Getopt/pkg-descr | 2 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-Getopt/pkg-plist | 5 |
5 files changed, 34 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Tk-Getopt/Makefile b/x11-toolkits/p5-Tk-Getopt/Makefile new file mode 100644 index 000000000000..f564e88bc047 --- /dev/null +++ b/x11-toolkits/p5-Tk-Getopt/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Tk-Getopt +# Date created: May 28 2001 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= Tk-Getopt +PORTVERSION= 0.44 +CATEGORIES= x11-toolkits perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Tk +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION} +MAN3= Tk::Getopt.3 + +.include <bsd.port.mk> diff --git a/x11-toolkits/p5-Tk-Getopt/distinfo b/x11-toolkits/p5-Tk-Getopt/distinfo new file mode 100644 index 000000000000..fdb39e2c0269 --- /dev/null +++ b/x11-toolkits/p5-Tk-Getopt/distinfo @@ -0,0 +1 @@ +MD5 (Tk-Getopt-0.44.tar.gz) = 9dcfe39dd619d9a93120c8b944fa23d7 diff --git a/x11-toolkits/p5-Tk-Getopt/pkg-comment b/x11-toolkits/p5-Tk-Getopt/pkg-comment new file mode 100644 index 000000000000..407cb509de89 --- /dev/null +++ b/x11-toolkits/p5-Tk-Getopt/pkg-comment @@ -0,0 +1 @@ +Tk::Getopt - User configuration window for Tk with interface to Getopt::Long diff --git a/x11-toolkits/p5-Tk-Getopt/pkg-descr b/x11-toolkits/p5-Tk-Getopt/pkg-descr new file mode 100644 index 000000000000..ec0cd0e5b2f5 --- /dev/null +++ b/x11-toolkits/p5-Tk-Getopt/pkg-descr @@ -0,0 +1,2 @@ +Tk::Getopt provides an interface to access command line options via +Getopt::Long and editing with a graphical user interface via a Tk window. diff --git a/x11-toolkits/p5-Tk-Getopt/pkg-plist b/x11-toolkits/p5-Tk-Getopt/pkg-plist new file mode 100644 index 000000000000..b3f809d0e15a --- /dev/null +++ b/x11-toolkits/p5-Tk-Getopt/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Tk/Getopt.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/Getopt/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/Getopt +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/Getopt 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Tk 2>/dev/null || true |