mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
a41069ab3b
Approved by: portmgr@ (bapt@)
24 lines
483 B
Makefile
24 lines
483 B
Makefile
# New ports collection makefile for: p5-Tk-FileDialog
|
|
# Date created: 1 July 2001
|
|
# Whom: minter
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Tk-FileDialog
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-toolkits perl5
|
|
MASTER_SITES= CPAN
|
|
|
|
MAINTAINER= minter@lunenburg.org
|
|
COMMENT= Tk::FileDialog - A file selector dialog for perl/Tk
|
|
|
|
BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAN3= Tk::FileDialog.3
|
|
|
|
PLIST_SUB= PERL_VERSION=${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|