forked from Lainports/freebsd-ports
- Add LICENSE - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/dist/XML-RSSLite/changes
20 lines
366 B
Makefile
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>
|