2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-09-26 03:49:17 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= HTML-RSSAutodiscovery
|
|
|
|
PORTVERSION= 1.21
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2006-09-26 03:49:17 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-09-26 03:49:17 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-06-30 18:42:17 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2012-08-03 17:54:35 +02:00
|
|
|
COMMENT= Methods for retrieving RSS-ish information from an HTML document
|
2006-09-26 03:49:17 +02:00
|
|
|
|
2014-08-01 19:20:24 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
BUILD_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \
|
|
|
|
p5-libwww>=0:www/p5-libwww
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-09-26 03:49:17 +02:00
|
|
|
|
2015-10-01 17:57:24 +02:00
|
|
|
NO_ARCH= yes
|
2013-09-02 13:04:10 +02:00
|
|
|
USE_PERL5= configure
|
2014-08-01 19:20:24 +02:00
|
|
|
USES= perl5
|
2006-09-26 03:49:17 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|