1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile
Sunpoet Po-Chuan Hsieh e8001f57ef Remove no-op WX_UNICODE
Approved by:	portmgr (blanket)
2017-06-10 01:51:02 +00:00

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>