Tweak math/octave-forge-stk version 2.3.4
[dports.git] / net / p5-Net-Delicious / Makefile
1 # Created by: Aaron Straup Cope <ascope@cpan.org>
2 # $FreeBSD$
3
4 PORTNAME=       Net-Delicious
5 PORTVERSION=    1.1.4
6 PORTREVISION=   1
7 CATEGORIES=     net perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10 DISTNAME=       ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
11
12 MAINTAINER=     perl@FreeBSD.org
13 COMMENT=        OOP for managing posts on del.icio.us
14
15 RUN_DEPENDS=    p5-libwww>=0:www/p5-libwww \
16                 p5-Config-Simple>=2:devel/p5-Config-Simple \
17                 p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \
18                 p5-IO-stringy>=2.1:devel/p5-IO-stringy \
19                 p5-Log-Dispatch>=2:devel/p5-Log-Dispatch \
20                 p5-URI>=0:net/p5-URI \
21                 p5-TimeDate>=2.27:devel/p5-TimeDate \
22                 p5-XML-Simple>=2:textproc/p5-XML-Simple \
23                 p5-YAML>=0.35:textproc/p5-YAML
24 BUILD_DEPENDS:= ${RUN_DEPENDS}
25
26 USES=           perl5
27 USE_PERL5=      modbuild
28
29 .include <bsd.port.mk>