freebsd-ports/devel/p5-POE-Component-RSS/Makefile
Sunpoet Po-Chuan Hsieh c7ee1adaaf Add LICENSE
- Fix and update WWW
2018-06-04 18:05:18 +00:00

24 lines
487 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= POE-Component-RSS
PORTVERSION= 0.09
PORTREVISION= 1
CATEGORIES= devel perl5 textproc
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Module for event based RSS parsing
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \
p5-XML-RSS>=0:textproc/p5-XML-RSS
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>