openbsd-ports/www/p5-XML-Atom/Makefile

28 lines
562 B
Makefile
Raw Normal View History

2011-01-07 09:51:41 -05:00
# $OpenBSD: Makefile,v 1.8 2011/01/07 14:51:41 benoit Exp $
2007-04-17 20:13:34 -04:00
COMMENT= Atom RSS protocol for perl
2007-04-17 20:13:34 -04:00
MODULES= cpan
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
2007-04-17 20:13:34 -04:00
2011-01-07 09:51:41 -05:00
DISTNAME= XML-Atom-0.37
2007-04-17 20:13:34 -04:00
CATEGORIES= www textproc
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= devel/p5-Class-Data-Inheritable \
devel/p5-DateTime \
security/p5-Digest-SHA1 \
textproc/p5-XML-LibXML \
textproc/p5-XML-XPath \
www/p5-HTML-Parser \
www/p5-LWP-Authen-Wsse \
www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}
2007-04-17 20:13:34 -04:00
.include <bsd.port.mk>