2000-09-05 03:01:59 +02:00
|
|
|
# New ports collection makefile for: XML::RSS
|
|
|
|
# Date created: 4th September 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML-RSS
|
2006-03-16 07:31:04 +01:00
|
|
|
PORTVERSION= 1.10
|
2000-09-05 03:01:59 +02:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= XML
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-08-20 04:56:44 +02:00
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Perl extension to manage RDF Site Summary (RSS) files
|
2000-09-05 03:01:59 +02:00
|
|
|
|
2005-04-05 17:42:12 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
2004-03-16 07:48:14 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2000-09-05 03:01:59 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2000-09-05 03:01:59 +02:00
|
|
|
|
|
|
|
MAN3= XML::RSS.3
|
|
|
|
|
2006-03-16 07:31:04 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${RM} ${WRKSRC}/lib/XML/RSS.pm.orig
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|