diff options
author | pav <pav@FreeBSD.org> | 2009-01-15 17:34:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-15 17:34:21 +0800 |
commit | 6aa9217d8c9e4b155c5a3be87ba932f5a8a7ab94 (patch) | |
tree | 4538770d88855acd3a368a3d723b1072a48513b0 | |
parent | d20a3e9cad25c3b0472e14ea6642408a2172a594 (diff) | |
download | freebsd-ports-gnome-6aa9217d8c9e4b155c5a3be87ba932f5a8a7ab94.tar.gz freebsd-ports-gnome-6aa9217d8c9e4b155c5a3be87ba932f5a8a7ab94.tar.zst freebsd-ports-gnome-6aa9217d8c9e4b155c5a3be87ba932f5a8a7ab94.zip |
- Fix plist with perl 5.8.9
-rw-r--r-- | www/p5-WWW-IMDb/Makefile | 3 | ||||
-rw-r--r-- | www/p5-WebService-Technorati/Makefile | 14 |
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> |