5518a629fd
- Remove unnecessary patch - Remove modbuild CONFIGURE_STYLE - Add RUN/BUILD_DEPENDS tweaks and ok from simon@ and okan@
27 lines
563 B
Makefile
27 lines
563 B
Makefile
# $OpenBSD: Makefile,v 1.3 2007/11/19 15:26:24 merdely Exp $
|
|
|
|
COMMENT= Atom RSS protocol for perl
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= XML-Atom-0.28
|
|
CATEGORIES= www textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
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}
|
|
|
|
.include <bsd.port.mk>
|