aboutsummaryrefslogtreecommitdiff
path: root/www/p5-IMDB-Film/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2009-10-08 13:44:41 +0000
committerAnton Berezin <tobez@FreeBSD.org>2009-10-08 13:44:41 +0000
commit199bdb50f1bba606dff976ed092b60761fae187a (patch)
tree7531a4b4058d76bdd00ce3da690b3b1890fe309c /www/p5-IMDB-Film/Makefile
parentd69c9fbd1c57aa196376312184eb3de22e9d8642 (diff)
downloadports-199bdb50f1bba606dff976ed092b60761fae187a.tar.gz
ports-199bdb50f1bba606dff976ed092b60761fae187a.zip
Notes
Diffstat (limited to 'www/p5-IMDB-Film/Makefile')
-rw-r--r--www/p5-IMDB-Film/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-IMDB-Film/Makefile b/www/p5-IMDB-Film/Makefile
index 9514767639cc..6ea1aa74f672 100644
--- a/www/p5-IMDB-Film/Makefile
+++ b/www/p5-IMDB-Film/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= IMDB-Film
-PORTVERSION= 0.41
+PORTVERSION= 0.42
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/S/ST/STEPANOV
@@ -17,14 +17,14 @@ COMMENT= OO Perl interface to the movies database IMDB
RUN_DEPENDS= p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \
p5-HTML-Parser>=2.28:${PORTSDIR}/www/p5-HTML-Parser \
- p5-libwww>=1.41:${PORTSDIR}/www/p5-libwww
+ p5-libwww>=1.41:${PORTSDIR}/www/p5-libwww \
+ p5-Error>=0:${PORTSDIR}/lang/p5-Error \
+ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
+ p5-Text-Unidecode>=0:${PORTSDIR}/converters/p5-Text-Unidecode
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= IMDB::BaseClass.3 IMDB::Film.3 IMDB::Persons.3
-post-patch:
- @${REINPLACE_CMD} -Ee '/Error|Digest::SHA1/d' ${WRKSRC}/${CONFIGURE_SCRIPT}
-
.include <bsd.port.mk>