Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Net-GitHub |
8 |
PORTNAME= Net-GitHub |
9 |
PORTVERSION= 0.30 |
9 |
DISTVERSION= 0.40_04 |
10 |
CATEGORIES= net perl5 |
10 |
CATEGORIES= net perl5 |
11 |
MASTER_SITES= CPAN |
11 |
MASTER_SITES= CPAN |
12 |
MASTER_SITE_SUBDIR= CPAN:FAYLAND |
12 |
MASTER_SITE_SUBDIR= CPAN:FAYLAND |
Lines 18-45
Link Here
|
18 |
LICENSE= ART10 GPLv1 |
18 |
LICENSE= ART10 GPLv1 |
19 |
LICENSE_COMB= dual |
19 |
LICENSE_COMB= dual |
20 |
|
20 |
|
21 |
RUN_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ |
21 |
RUN_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI \ |
22 |
${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \ |
22 |
p5-HTML-Tree>0:${PORTSDIR}/www/p5-HTML-Tree \ |
23 |
${SITE_PERL}/WWW/Mechanize/GZip.pm:${PORTSDIR}/www/p5-WWW-Mechanize-GZip \ |
23 |
p5-WWW-Mechanize-GZip>0:${PORTSDIR}/www/p5-WWW-Mechanize-GZip \ |
24 |
${SITE_PERL}/JSON/Any.pm:${PORTSDIR}/converters/p5-JSON-Any \ |
24 |
p5-JSON-Any>0:${PORTSDIR}/converters/p5-JSON-Any \ |
|
|
25 |
p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https \ |
26 |
p5-JSON-XS>0:${PORTSDIR}/converters/p5-JSON-XS \ |
25 |
p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ |
27 |
p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ |
26 |
p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \ |
28 |
p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \ |
|
|
29 |
p5-Test-MockModule>0:${PORTSDIR}/devel/p5-Test-MockModule \ |
27 |
p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose |
30 |
p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose |
28 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
31 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
29 |
|
32 |
|
30 |
PERL_CONFIGURE= yes |
33 |
PERL_CONFIGURE= yes |
31 |
|
34 |
|
32 |
MAN3= Net::GitHub.3 Net::GitHub::V1.3 \ |
35 |
MAN3= Net::GitHub.3 \ |
33 |
Net::GitHub::V1::Project.3 \ |
36 |
Net::GitHub::V2.3 \ |
34 |
Net::GitHub::V1::Project::Downloads.3 \ |
37 |
Net::GitHub::V2::Commits.3 \ |
35 |
Net::GitHub::V1::Project::Info.3 \ |
|
|
36 |
Net::GitHub::V1::Project::Role.3 \ |
37 |
Net::GitHub::V1::Project::Source.3 \ |
38 |
Net::GitHub::V1::Project::Wiki.3 \ |
39 |
Net::GitHub::V1::Role.3 \ |
40 |
Net::GitHub::V1::Search.3 \ |
41 |
Net::GitHub::V1::User.3 \ |
42 |
Net::GitHub::V2.3 Net::GitHub::V2::Commits.3 \ |
43 |
Net::GitHub::V2::HasRepo.3 \ |
38 |
Net::GitHub::V2::HasRepo.3 \ |
44 |
Net::GitHub::V2::Issues.3 \ |
39 |
Net::GitHub::V2::Issues.3 \ |
45 |
Net::GitHub::V2::Network.3 \ |
40 |
Net::GitHub::V2::Network.3 \ |
Lines 48-53
Link Here
|
48 |
Net::GitHub::V2::Organizations.3 \ |
43 |
Net::GitHub::V2::Organizations.3 \ |
49 |
Net::GitHub::V2::PullRequest.3 \ |
44 |
Net::GitHub::V2::PullRequest.3 \ |
50 |
Net::GitHub::V2::Repositories.3 \ |
45 |
Net::GitHub::V2::Repositories.3 \ |
51 |
Net::GitHub::V2::Users.3 |
46 |
Net::GitHub::V2::Users.3 \ |
|
|
47 |
Net::GitHub::V3.3 \ |
48 |
Net::GitHub::V3::Gists.3 \ |
49 |
Net::GitHub::V3::GitData.3 \ |
50 |
Net::GitHub::V3::Issues.3 \ |
51 |
Net::GitHub::V3::Orgs.3 \ |
52 |
Net::GitHub::V3::PullRequests.3 \ |
53 |
Net::GitHub::V3::Query.3 \ |
54 |
Net::GitHub::V3::Repos.3 \ |
55 |
Net::GitHub::V3::Users.3 |
52 |
|
56 |
|
53 |
.include <bsd.port.mk> |
57 |
.include <bsd.port.mk> |