mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
e8001f57ef
Approved by: portmgr (blanket)
23 lines
469 B
Makefile
23 lines
469 B
Makefile
# Created by: Cezary Morga <cm@therek.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Wx-Perl-ProcessStream
|
|
PORTVERSION= 0.32
|
|
PORTREVISION= 3
|
|
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.5000:x11-toolkits/p5-Wx
|
|
RUN_DEPENDS= p5-Wx>=0.5000:x11-toolkits/p5-Wx
|
|
|
|
USE_WX= 3.0
|
|
WX_COMPS= wx
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|