2013-07-31 08:54:09 +02:00
|
|
|
# Created by: Sergey Skvortsov <skv@protey.ru>
|
2004-03-30 17:50:30 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= POE-Component-LaDBI
|
2004-07-30 11:36:09 +02:00
|
|
|
PORTVERSION= 1.2.1
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2004-03-30 17:50:30 +02:00
|
|
|
CATEGORIES= databases perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-03-30 17:50:30 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-07 17:42:51 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-03-30 17:50:30 +02:00
|
|
|
COMMENT= Perl extension for asynchronous non-blocking DBI calls in POE
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-POE>=0:devel/p5-POE \
|
2016-04-01 16:00:51 +02:00
|
|
|
p5-DBI>=0:databases/p5-DBI
|
2004-03-30 17:50:30 +02:00
|
|
|
|
2013-07-31 08:54:09 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure patch
|
2004-03-30 17:50:30 +02:00
|
|
|
|
|
|
|
post-extract:
|
|
|
|
${RM} ${WRKSRC}/*.pl
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e 's!(?=read_answer_yes\()!0 and !;' ${WRKSRC}/Makefile.PL
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|