2003-10-31 10:47:09 +01:00
|
|
|
# New ports collection makefile for: p5-XML-RSS-JavaScript
|
|
|
|
# Date created: 31 Oct 2003
|
|
|
|
# Whom: Foxfair Hu <foxfair@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML-RSS-JavaScript
|
2009-11-21 12:31:14 +01:00
|
|
|
PORTVERSION= 0.63
|
2003-10-31 10:47:09 +01:00
|
|
|
CATEGORIES= textproc www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-10-31 10:47:09 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-07-29 04:58:44 +02:00
|
|
|
MAINTAINER= sahil@FreeBSD.org
|
2003-10-31 10:47:09 +01:00
|
|
|
COMMENT= Perl extension to serialize your RSS as JavaScript
|
|
|
|
|
2009-11-21 12:31:14 +01:00
|
|
|
RUN_DEPENDS= p5-XML-RSS>=1.31:${PORTSDIR}/textproc/p5-XML-RSS
|
2007-08-19 10:00:21 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2003-10-31 10:47:09 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= XML::RSS::JavaScript.3
|
|
|
|
|
2007-08-19 10:00:21 +02:00
|
|
|
.include <bsd.port.mk>
|