1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/textproc/p5-XML-RSS/Makefile
Volker Stolz b7f6bc22de Update to 1.04: quell warnings when parsing RSS 0.9x, RSS 2.0
- Fix dependencies [1],mat
- Add WWW          [1]

PR:             64192 [1]
Submitted by:   Kimura Fuyuki

Approved by:    linimon (mentor)
Second pair of eyes provided by: mat
2004-03-16 06:48:14 +00:00

26 lines
572 B
Makefile

# New ports collection makefile for: XML::RSS
# Date created: 4th September 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= XML-RSS
PORTVERSION= 1.04
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl extension to manage RDF Site Summary (RSS) files
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::RSS.3
.include <bsd.port.mk>