2001-05-28 13:42:44 +00:00
|
|
|
# New ports collection makefile for: p5-Tk-Getopt
|
|
|
|
# Date created: May 28 2001
|
|
|
|
# Whom: vanilla
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Tk-Getopt
|
2005-05-16 11:00:56 +00:00
|
|
|
PORTVERSION= 0.49
|
2001-05-28 13:42:44 +00:00
|
|
|
CATEGORIES= x11-toolkits perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Tk
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2003-06-12 16:41:16 +00:00
|
|
|
MAINTAINER= erwin@FreeBSD.org
|
2003-02-21 14:19:11 +00:00
|
|
|
COMMENT= User configuration window for Tk with interface to Getopt::Long
|
2001-05-28 13:42:44 +00:00
|
|
|
|
2003-10-24 12:05:09 +00:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
|
2001-05-28 13:42:44 +00:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION}
|
|
|
|
MAN3= Tk::Getopt.3
|
|
|
|
|
2005-05-16 11:00:56 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
|
|
IGNORE= Port requires perl 5.8.0 or later. Install lang/perl5.8 and try again
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|