6a19fa243e
PR: 146583 Submitted by: Cezary Morga <cm@therek.net> (maintainer)
35 lines
775 B
Makefile
35 lines
775 B
Makefile
# New ports collection makefile for: p5-Wx-Perl-ProcessStream
|
|
# Date created: March 8th 2009
|
|
# Whom: Cezary Morga <cm@therek.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Wx-Perl-ProcessStream
|
|
PORTVERSION= 0.27
|
|
CATEGORIES= x11-toolkits perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= cm@therek.net
|
|
COMMENT= Perl5 module to access IO of external processes via events
|
|
|
|
BUILD_DEPENDS= p5-Wx>=0.50:${PORTSDIR}/x11-toolkits/p5-Wx
|
|
RUN_DEPENDS= p5-Wx>=0.50:${PORTSDIR}/x11-toolkits/p5-Wx
|
|
|
|
USE_WX= 2.6+
|
|
WX_COMPS= wx contrib
|
|
WX_UNICODE= yes
|
|
USE_DISPLAY= yes
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Wx::Perl::ProcessStream.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501000
|
|
BUILD_DEPENDS+= p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|