- Fix plist with perl 5.8.9

This commit is contained in:
Pav Lucistnik 2009-01-15 09:34:21 +00:00
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

View file

@ -7,6 +7,7 @@
PORTNAME= IMDb PORTNAME= IMDb
PORTVERSION= 0.01 PORTVERSION= 0.01
PORTREVISION= 1
CATEGORIES= www perl5 CATEGORIES= www perl5
MASTER_SITES= ftp://ftp.rhapsodyk.net/pub/devel/perl/ MASTER_SITES= ftp://ftp.rhapsodyk.net/pub/devel/perl/
PKGNAMEPREFIX= p5-WWW- PKGNAMEPREFIX= p5-WWW-
@ -21,6 +22,6 @@ RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PERL_CONFIGURE= yes PERL_CONFIGURE= yes
MAN3= IMDb.3 MAN3= IMDb.3 IMDb::People.3 IMDb::Title.3
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -8,6 +8,7 @@
PORTNAME= WebService-Technorati PORTNAME= WebService-Technorati
PORTVERSION= 0.04 PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= www perl5 CATEGORIES= www perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
@ -23,6 +24,17 @@ PERL_CONFIGURE= yes
MAN3= WebService::Technorati.3 \ MAN3= WebService::Technorati.3 \
WebService::Technorati::ApiQuery.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> .include <bsd.port.mk>