|
Lines 6-13
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= Net-Delicious |
8 |
PORTNAME= Net-Delicious |
| 9 |
PORTVERSION= 0.96 |
9 |
PORTVERSION= 0.99 |
| 10 |
PORTREVISION= 0 |
|
|
| 11 |
CATEGORIES= net perl5 |
10 |
CATEGORIES= net perl5 |
| 12 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
| 13 |
MASTER_SITE_SUBDIR= Net |
12 |
MASTER_SITE_SUBDIR= Net |
|
Lines 17-25
Link Here
|
| 17 |
COMMENT= OOP for managing posts on del.icio.us |
16 |
COMMENT= OOP for managing posts on del.icio.us |
| 18 |
|
17 |
|
| 19 |
BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ |
18 |
BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ |
| 20 |
${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \ |
|
|
| 21 |
${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ |
19 |
${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ |
| 22 |
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ |
20 |
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ |
|
|
21 |
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ |
| 23 |
${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \ |
22 |
${SITE_PERL}/Log/Dispatch.pm:${PORTSDIR}/devel/p5-Log-Dispatch \ |
| 24 |
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ |
23 |
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ |
| 25 |
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ |
24 |
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ |
|
Lines 43-48
Link Here
|
| 43 |
Net::Delicious::Post.3 \ |
42 |
Net::Delicious::Post.3 \ |
| 44 |
Net::Delicious::Subscription.3 \ |
43 |
Net::Delicious::Subscription.3 \ |
| 45 |
Net::Delicious::Tag.3 \ |
44 |
Net::Delicious::Tag.3 \ |
| 46 |
Net::Delicious::User.3 |
45 |
Net::Delicious::User.3 \ |
| 47 |
|
46 |
|
| 48 |
.include <bsd.port.mk> |
47 |
.include <bsd.port.pre.mk> |
|
|
48 |
|
| 49 |
.if ${PERL_LEVEL} < 500600 # inherited from www/p5-libwww |
| 50 |
IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again |
| 51 |
.endif |
| 52 |
|
| 53 |
.include <bsd.port.post.mk> |