mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
b7f6bc22de
- 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
26 lines
572 B
Makefile
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>
|