mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
25 lines
528 B
Makefile
25 lines
528 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= POE-Loop-Tk
|
|
PORTVERSION= 1.305
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel tk perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Bridge that allows POE to be driven by Tk
|
|
|
|
BUILD_DEPENDS= p5-POE>=1.356:devel/p5-POE \
|
|
p5-Tk>=804.031:x11-toolkits/p5-Tk
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/POE::Test::Loops/d' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|