mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
56db1d720b
- Pass maintainership to submitter - While I'm here: - Add missing RUN_DEPENDS - Bump PORTREVISION for dependency change PR: ports/188072 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
26 lines
495 B
Makefile
26 lines
495 B
Makefile
# Created by: minter@lunenburg.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Tk-FileDialog
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11-toolkits perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Tk::FileDialog - A file selector dialog for perl/Tk
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
PLIST_SUB= PERL_VERSION=${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|