openbsd-ports/www/p5-Catalyst-Plugin-XMLRPC/Makefile

27 lines
542 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:44:45 espie Exp $
2006-11-06 09:02:45 -05:00
COMMENT= dispatch XML-RPC methods with Catalyst (deprecated)
2006-11-06 09:02:45 -05:00
2006-11-14 05:22:11 -05:00
MODULES= cpan
DISTNAME= Catalyst-Plugin-XMLRPC-2.01
2006-11-14 05:22:11 -05:00
CATEGORIES= www
2010-11-22 03:36:47 -05:00
USE_GROFF = Yes
2006-11-06 09:02:45 -05:00
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
# same as perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= www/p5-Catalyst-Runtime \
net/p5-RPC-XML>=0.69 \
devel/p5-MRO-Compat
2006-11-06 09:02:45 -05:00
MAKE_ENV= TEST_POD=Yes
CONFIGURE_STYLE = modinst
post-build:
@rm -f ${WRKBUILD}/blib/lib/Catalyst/Plugin/XMLRPC.pm.orig
2006-11-06 09:02:45 -05:00
.include <bsd.port.mk>