5c711fca55
PubSubHubbub hub. WWW: http://search.cpan.org/dist/Net-PubSubHubbub-Publisher/ PR: ports/152839 Submitted by: Gea-Suan Lin <gslin at gslin.org>
23 lines
489 B
Makefile
23 lines
489 B
Makefile
# New ports collection makefile for: p5-Net-PubSubHubbub-Publisher
|
|
# Date created: 2010-12-05
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-PubSubHubbub-Publisher
|
|
PORTVERSION= 0.91
|
|
CATEGORIES= net www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Client library to ping a PubSubHubbub hub
|
|
|
|
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::PubSubHubbub::Publisher.3
|
|
|
|
.include <bsd.port.mk>
|