diff options
| author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-31 09:47:09 +0000 |
|---|---|---|
| committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-31 09:47:09 +0000 |
| commit | 0c7735bb865227ef3be7f87ad9d679bf9937b75a (patch) | |
| tree | 408a2c939aadf5dd8e0dbd5b5d3dd49aa1b1ee9d /textproc/p5-XML-RSS-JavaScript/Makefile | |
| parent | Add p5-HTML-Scrubber, Perl extension for scrubbing/sanitizing html (diff) | |
Add p5-XML-RSS-JavaScript, it is a perl extension to serialize your RSS as
JavaScript
Diffstat (limited to 'textproc/p5-XML-RSS-JavaScript/Makefile')
| -rw-r--r-- | textproc/p5-XML-RSS-JavaScript/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/p5-XML-RSS-JavaScript/Makefile b/textproc/p5-XML-RSS-JavaScript/Makefile new file mode 100644 index 000000000000..64795325ab22 --- /dev/null +++ b/textproc/p5-XML-RSS-JavaScript/Makefile @@ -0,0 +1,24 @@ +# 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.3 +CATEGORIES= textproc www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org +COMMENT= Perl extension to serialize your RSS as JavaScript + +BUILD_DEPENDS= ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS + +PERL_CONFIGURE= yes + +MAN3= XML::RSS::JavaScript.3 + +.include <bsd.port.mk> |
