mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
b93bdbe2d6
- Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@)
25 lines
535 B
Makefile
25 lines
535 B
Makefile
# 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
|
|
USE_DISPLAY= yes
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Wx::Perl::ProcessStream.3
|
|
|
|
.include <bsd.port.mk>
|