aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/p5-WWW-IMDb/Makefile3
-rw-r--r--www/p5-WebService-Technorati/Makefile14
2 files changed, 15 insertions, 2 deletions
diff --git a/www/p5-WWW-IMDb/Makefile b/www/p5-WWW-IMDb/Makefile
index f8af0ea40d66..e047564d2b32 100644
--- a/www/p5-WWW-IMDb/Makefile
+++ b/www/p5-WWW-IMDb/Makefile
@@ -7,6 +7,7 @@
PORTNAME= IMDb
PORTVERSION= 0.01
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ftp://ftp.rhapsodyk.net/pub/devel/perl/
PKGNAMEPREFIX= p5-WWW-
@@ -21,6 +22,6 @@ RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PERL_CONFIGURE= yes
-MAN3= IMDb.3
+MAN3= IMDb.3 IMDb::People.3 IMDb::Title.3
.include <bsd.port.mk>
diff --git a/www/p5-WebService-Technorati/Makefile b/www/p5-WebService-Technorati/Makefile
index 2ef5e83a5033..ec757523f3aa 100644
--- a/www/p5-WebService-Technorati/Makefile
+++ b/www/p5-WebService-Technorati/Makefile
@@ -8,6 +8,7 @@
PORTNAME= WebService-Technorati
PORTVERSION= 0.04
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -23,6 +24,17 @@ PERL_CONFIGURE= yes
MAN3= WebService::Technorati.3 \
WebService::Technorati::ApiQuery.3 \
- WebService::Technorati::Exception.3
+ WebService::Technorati::Author.3 \
+ WebService::Technorati::AuthorinfoApiQuery.3 \
+ WebService::Technorati::Blog.3 \
+ WebService::Technorati::BlogLink.3 \
+ WebService::Technorati::BloginfoApiQuery.3 \
+ WebService::Technorati::CosmosApiQuery.3 \
+ WebService::Technorati::Exception.3 \
+ WebService::Technorati::LinkQuerySubject.3 \
+ WebService::Technorati::OutboundApiQuery.3 \
+ WebService::Technorati::SearchApiQuery.3 \
+ WebService::Technorati::SearchMatch.3 \
+ WebService::Technorati::SearchTerm.3
.include <bsd.port.mk>