freebsd-ports/textproc/p5-XML-RSSLite/Makefile
Po-Chuan Hsieh 31c68627b9
textproc/p5-XML-RSSLite: Update to 0.17
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	https://metacpan.org/dist/XML-RSSLite/changes
2022-04-18 07:59:07 +08:00

20 lines
366 B
Makefile

# Created by: Tomoyuki Sakurai <cherry@trombik.org>
PORTNAME= XML-RSSLite
PORTVERSION= 0.17
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Lightweight, relaxed RSS (and XML-ish) parser
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5 tar:tgz
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>