blob: 4b118075a1d91c139dc5c94f3d1c78d0159f3a4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|