4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
24 lines
537 B
Makefile
24 lines
537 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.62
|
|
CATEGORIES= textproc www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension to serialize your RSS as JavaScript
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XML::RSS::JavaScript.3
|
|
|
|
.include <bsd.port.mk>
|