freebsd-ports/net/p5-Net-PubSubHubbub-Publisher/Makefile
Philip M. Gollucci 5c711fca55 Net::PubSubHubbub::Publisher is a client library to ping a
PubSubHubbub hub.

WWW:	http://search.cpan.org/dist/Net-PubSubHubbub-Publisher/

PR:		ports/152839
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-12-07 04:11:05 +00:00

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>