4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
23 lines
506 B
Makefile
23 lines
506 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= 1
|
|
CATEGORIES= x11-toolkits perl5
|
|
MASTER_SITES= CPAN
|
|
|
|
MAINTAINER= minter@lunenburg.org
|
|
COMMENT= Tk::FileDialog - A file selector dialog for perl/Tk
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAN3= Tk::FileDialog.3
|
|
|
|
PLIST_SUB= PERL_VERSION=${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|