forked from Lainports/freebsd-ports
19 lines
312 B
Makefile
19 lines
312 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML-RSS-SimpleGen
|
|
PORTVERSION= 11.11
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= For writing RSS files
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= XML::RSS::SimpleGen.3 \
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|