59eb50ca55
now includes XML-RSS-Parser from maintainer Sam Smith <s at msmith.net>
28 lines
545 B
Makefile
28 lines
545 B
Makefile
# $OpenBSD: Makefile,v 1.2 2005/04/25 18:48:30 sturm Exp $
|
|
|
|
COMMENT= "RSS Abstraction Interface"
|
|
|
|
DISTNAME= XML-RAI-1.2
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
RUN_DEPENDS= ::textproc/p5-XML-RSS \
|
|
::textproc/p5-XML-Elemental \
|
|
::devel/p5-Time-TimeDate
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
|
|
.include <bsd.port.mk>
|