2013-03-23 08:26:24 +01:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
2011-10-10 05:21:33 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Tk-Pod
|
2013-11-09 19:48:32 +01:00
|
|
|
PORTVERSION= 0.9942
|
2011-10-10 05:21:33 +02:00
|
|
|
CATEGORIES= textproc tk perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Simple Pod browser with hypertext capabilities in a Toplevel widget
|
|
|
|
|
2013-03-23 08:26:24 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2011-10-10 05:21:33 +02:00
|
|
|
BUILD_DEPENDS= p5-Tk>=800.004:${PORTSDIR}/x11-toolkits/p5-Tk
|
2013-03-23 08:26:24 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2011-10-10 05:21:33 +02:00
|
|
|
|
2013-08-21 16:08:06 +02:00
|
|
|
USE_PERL5= configure
|
|
|
|
USES= perl5
|
2011-10-10 05:21:33 +02:00
|
|
|
|
2013-03-23 08:26:24 +01:00
|
|
|
.include <bsd.port.mk>
|