blob: 8ea8050824aefed08569baa87551fa35915e21e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Cezary Morga <cm@therek.net>
# $FreeBSD$
PORTNAME= Wx-Perl-ProcessStream
PORTVERSION= 0.32
CATEGORIES= x11-toolkits perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
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
USES= perl5
USE_PERL5= configure
MAN3= Wx::Perl::ProcessStream.3
NO_STAGE= yes
.include <bsd.port.mk>
|