7ae636407d
note, some files have gone into their own modules and will be imported seperatly
25 lines
494 B
Makefile
25 lines
494 B
Makefile
# $OpenBSD: Makefile,v 1.12 2009/08/30 22:06:04 jasper Exp $
|
|
|
|
COMMENT= portable multitasking and networking framework for perl
|
|
|
|
MODULES= cpan
|
|
DISTNAME= POE-1.266
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://poe.perl.org/
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_ARGS= --default
|
|
|
|
RUN_DEPENDS= ::devel/p5-POE-Test-Loops\
|
|
::www/p5-libwww
|
|
|
|
.include <bsd.port.mk>
|