freebsd-ports/x11-toolkits/p5-Tk-HistEntry/Makefile
Erwin Lansing 875a6d9eb7 - Update to 0.42
- Mark perl 5.8.x and up only as it depends on p5-Tk
2004-05-31 14:35:16 +00:00

31 lines
700 B
Makefile

# New ports collection makefile for: p5-Tk-HistEntry
# Date created: May 28 2001
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= Tk-HistEntry
PORTVERSION= 0.42
CATEGORIES= x11-toolkits perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tk
PKGNAMEPREFIX= p5-
MAINTAINER= erwin@FreeBSD.org
COMMENT= Tk::HistEntry - Entry widget with history capability
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Tk::HistEntry.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= Port requires perl 5.8.x or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>