openbsd-ports/www/p5-LWP-Authen-Wsse/Makefile

20 lines
371 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:44:46 espie Exp $
COMMENT= library for enabling X-WSSE authentication in LWP
MODULES= cpan
DISTNAME= LWP-Authen-Wsse-0.05
REVISION= 0
CATEGORIES= www
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= security/p5-Digest-SHA1 \
www/p5-libwww
.include <bsd.port.mk>