2006-12-03 17:28:14 +01:00
|
|
|
# New ports collection makefile for: p5-Gtk2-Ex-PodViewer
|
2005-03-08 00:00:14 +01:00
|
|
|
# Date created: 2004-08-20
|
|
|
|
# Whom: ports@c0decafe.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-12-03 17:28:14 +01:00
|
|
|
PORTNAME= Gtk2-Ex-PodViewer
|
|
|
|
PORTVERSION= 0.17
|
2005-03-08 00:00:14 +01:00
|
|
|
CATEGORIES= x11-toolkits perl5
|
2006-12-03 17:28:14 +01:00
|
|
|
MASTER_SITES= CPAN
|
2005-03-08 00:00:14 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ports@c0decafe.net
|
2006-12-03 17:28:14 +01:00
|
|
|
COMMENT= Displays plain old documentation
|
2005-03-08 00:00:14 +01:00
|
|
|
|
2006-12-03 17:28:14 +01:00
|
|
|
BUILD_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
|
|
|
|
p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
|
|
|
|
p5-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext \
|
|
|
|
p5-Gtk2-Ex-Simple-List>=0.50:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-Simple-List \
|
|
|
|
p5-Pod-Simple>=0:${PORTSDIR}/textproc/p5-Pod-Simple
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-03-08 00:00:14 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2006-12-03 17:28:14 +01:00
|
|
|
MAN1= podviewer.1
|
|
|
|
MAN3= ${PORTNAME:S/-/::/g}.3 ${PORTNAME:S/-/::/g}::Parser.3
|
2005-03-08 00:00:14 +01:00
|
|
|
|
2006-12-03 17:28:14 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
|
|
IGNORE= requires perl5.8 from ports
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|