openbsd-ports/devel/p5-POE/Makefile

35 lines
720 B
Makefile
Raw Normal View History

2010-07-13 15:46:10 -04:00
# $OpenBSD: Makefile,v 1.17 2010/07/13 19:46:12 sthen Exp $
COMMENT= portable multitasking and networking framework for perl
2006-11-29 03:23:29 -05:00
MODULES= cpan
2009-11-05 21:18:39 -05:00
DISTNAME= POE-1.280
2010-07-13 15:46:10 -04:00
REVISION= 0
2006-11-29 03:23:29 -05:00
CATEGORIES= devel
HOMEPAGE= http://poe.perl.org/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
2006-11-29 03:23:29 -05:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_ARGS= --default
2009-11-05 21:18:39 -05:00
RUN_DEPENDS= ::devel/p5-Curses \
::devel/p5-IO-Tty \
::devel/p5-POE-Test-Loops \
::devel/p5-Term-ReadKey \
::net/p5-Socket6 \
::www/p5-libwww
2009-11-05 21:18:39 -05:00
MAKE_ENV= TEST_POD=Yes
2010-03-01 09:33:56 -05:00
post-build:
# XXX prevent gen-tests from running again during fake
touch ${WRKDIST}/lib/POE.pm
.include <bsd.port.mk>