freebsd-ports/textproc/p5-XML-RSS-JavaScript/Makefile
Martin Wilke b7ae977be3 - Update to 0.63
- Pass maintainership to submitter

PR:		140737
Submitted by:	Sahil Tandon <sahil@tandon.net>
2009-11-21 11:31:14 +00:00

24 lines
530 B
Makefile

# 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
PORTVERSION= 0.63
CATEGORIES= textproc www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sahil@tandon.net
COMMENT= Perl extension to serialize your RSS as JavaScript
RUN_DEPENDS= p5-XML-RSS>=1.31:${PORTSDIR}/textproc/p5-XML-RSS
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::RSS::JavaScript.3
.include <bsd.port.mk>