2004-08-03 18:08:13 +02:00
|
|
|
# New ports collection makefile for: p5-Net-Delicious
|
|
|
|
# Date created: August 03, 2004
|
|
|
|
# Whom: Aaron Straup Cope <ascope@cpan.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-Delicious
|
2008-03-28 02:56:51 +01:00
|
|
|
PORTVERSION= 1.1.3
|
2010-01-24 07:18:08 +01:00
|
|
|
PORTREVISION= 1
|
2004-08-03 18:08:13 +02:00
|
|
|
CATEGORIES= net perl5
|
2006-10-31 01:59:23 +01:00
|
|
|
MASTER_SITES= CPAN
|
2004-08-03 18:08:13 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2007-03-27 19:20:24 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
2004-08-03 18:08:13 +02:00
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-08-03 18:08:13 +02:00
|
|
|
COMMENT= OOP for managing posts on del.icio.us
|
|
|
|
|
2007-03-27 19:20:24 +02:00
|
|
|
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
2006-10-31 01:59:23 +01:00
|
|
|
p5-YAML>=0.35:${PORTSDIR}/textproc/p5-YAML \
|
|
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
|
|
|
p5-Log-Dispatch>=2:${PORTSDIR}/devel/p5-Log-Dispatch \
|
|
|
|
p5-XML-Simple>=2:${PORTSDIR}/textproc/p5-XML-Simple \
|
|
|
|
p5-IO-stringy>=2.1:${PORTSDIR}/devel/p5-IO-stringy \
|
|
|
|
p5-TimeDate>=2.27:${PORTSDIR}/devel/p5-TimeDate \
|
|
|
|
p5-Config-Simple>=2:${PORTSDIR}/devel/p5-Config-Simple \
|
|
|
|
p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2004-08-03 18:08:13 +02:00
|
|
|
|
2005-06-23 13:00:28 +02:00
|
|
|
PERL_MODBUILD= yes
|
2004-08-03 18:08:13 +02:00
|
|
|
|
|
|
|
MAN3= Net::Delicious.3 \
|
2006-01-28 21:20:46 +01:00
|
|
|
Net::Delicious::Bundle.3 \
|
2006-07-14 17:34:35 +02:00
|
|
|
Net::Delicious::Config.3 \
|
2004-08-03 18:08:13 +02:00
|
|
|
Net::Delicious::Constants.3 \
|
2006-07-14 17:34:35 +02:00
|
|
|
Net::Delicious::Constants::Config.3 \
|
2005-06-23 13:00:28 +02:00
|
|
|
Net::Delicious::Constants::Pause.3 \
|
2004-08-03 18:08:13 +02:00
|
|
|
Net::Delicious::Constants::Response.3 \
|
|
|
|
Net::Delicious::Constants::Uri.3 \
|
|
|
|
Net::Delicious::Date.3 \
|
|
|
|
Net::Delicious::Iterator.3 \
|
2006-01-28 21:20:46 +01:00
|
|
|
Net::Delicious::Object.3 \
|
2004-08-03 18:08:13 +02:00
|
|
|
Net::Delicious::Post.3 \
|
|
|
|
Net::Delicious::Subscription.3 \
|
|
|
|
Net::Delicious::Tag.3 \
|
|
|
|
Net::Delicious::User.3
|
|
|
|
|
2007-03-31 06:37:36 +02:00
|
|
|
.include <bsd.port.mk>
|