1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/x11-toolkits/p5-Tk-Getopt/Makefile

33 lines
747 B
Makefile
Raw Normal View History

# 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
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
BUILD_DEPENDS= ${SITE_PERL}/${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
2005-05-16 11:00:56 +00:00
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again
2005-05-16 11:00:56 +00:00
.endif
.include <bsd.port.post.mk>