freebsd-ports/net/p5-Net-Hiveminder/Makefile
Cheng-Lung Sung 431c10c7dd Hiveminder is a collaborate todo list organizer, built with Jifty.
This module uses Hiveminder's REST API to let you manage your tasks
any way you want to.

This module is built on top of Net::Jifty. Consult that module's
documentation for the lower-level interface.

WWW:	http://search.cpan.org/dist/Net-Hiveminder/
2008-03-26 03:14:29 +00:00

26 lines
664 B
Makefile

# New ports collection makefile for: p5-Net-Hiveminder
# Date created: 2008-03-24
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-Hiveminder
PORTVERSION= 0.05
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Perl interface to hiveminder.com
RUN_DEPENDS= ${SITE_PERL}/Email/Simple/Creator.pm:${PORTSDIR}/mail/p5-Email-Simple-Creator \
${SITE_PERL}/Net/Jifty.pm:${PORTSDIR}/net/p5-Net-Jifty \
${SITE_PERL}/Number/RecordLocator.pm:${PORTSDIR}/converters/p5-Number-RecordLocator
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::Hiveminder.3
.include <bsd.port.mk>