ports/textproc/p5-XML-RSS-JavaScript/Makefile
Andrej Zverev 618dce31e7 - Convert to the new perl5 framework
- Trim Makefile header
2013-09-02 19:32:09 +00:00

21 lines
450 B
Makefile

# Created by: Foxfair Hu <foxfair@FreeBSD.org>
# $FreeBSD$
PORTNAME= XML-RSS-JavaScript
PORTVERSION= 0.64
CATEGORIES= textproc www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
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}
USES= perl5
USE_PERL5= configure
MAN3= XML::RSS::JavaScript.3
.include <bsd.port.mk>