26 lines
479 B
Makefile
26 lines
479 B
Makefile
COMMENT = atom feed and API implementation
|
|
|
|
DISTNAME = XML-Atom-0.43
|
|
|
|
CATEGORIES = www textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = devel/p5-Class-Data-Inheritable \
|
|
devel/p5-DateTime \
|
|
devel/p5-DateTime-TimeZone \
|
|
textproc/p5-XML-LibXML>=2.0202 \
|
|
textproc/p5-XML-XPath>=1.20 \
|
|
www/p5-HTML-Parser \
|
|
www/p5-URI \
|
|
www/p5-libwww
|
|
TEST_DEPENDS = devel/p5-DateTime
|
|
|
|
CONFIGURE_STYLE = modbuild tiny
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|