freebsd-ports/x11-toolkits/p5-Tk-FontDialog/Makefile
Kurt Jaeger c9727b2839 x11-toolkits/p5-Tk-FontDialog: take maintainership
Approved by:	dhn (maintainer), mentors (implicit)
2014-06-12 21:20:34 +00:00

19 lines
388 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= Tk-FontDialog
PORTVERSION= 0.17
CATEGORIES= x11-toolkits perl5 tk
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pi@FreeBSD.org
COMMENT= Font dialog widget
BUILD_DEPENDS= p5-Tk>=804:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>