- Fix plist with perl 5.8.9
This commit is contained in:
parent
35c7d4cffb
commit
32207c9493
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226155
2 changed files with 15 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue