diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-28 15:25:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-28 15:25:18 +0000 |
commit | e751af5859e1ade93237f62a4dc43ee3c399d75b (patch) | |
tree | b076e0402ec5c46b51fc1d7827a5b3d95b2bafec | |
parent | 9aec7acbd74bc4ecd09ae74c57d9fbe408be4d86 (diff) | |
download | ports-e751af5859e1ade93237f62a4dc43ee3c399d75b.tar.gz ports-e751af5859e1ade93237f62a4dc43ee3c399d75b.zip |
- Add missing *_DEPENDS
- Bump PORTREVISION for dependency change
Notes
Notes:
svn path=/head/; revision=325539
-rw-r--r-- | www/p5-WWW-Scraper-ISBN/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/p5-WWW-Scraper-ISBN/Makefile b/www/p5-WWW-Scraper-ISBN/Makefile index c0c6f7829115..a5aa420639dc 100644 --- a/www/p5-WWW-Scraper-ISBN/Makefile +++ b/www/p5-WWW-Scraper-ISBN/Makefile @@ -3,6 +3,7 @@ PORTNAME= WWW-Scraper-ISBN PORTVERSION= 0.27 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,12 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Retrieving information about books by ISBN number -BUILD_DEPENDS= p5-WWW-Scraper-ISBN-Record>=0:${PORTSDIR}/www/p5-WWW-Scraper-ISBN-Record +BUILD_DEPENDS= p5-WWW-Scraper-ISBN-Driver>=0.20:${PORTSDIR}/www/p5-WWW-Scraper-ISBN-Driver \ + p5-WWW-Scraper-ISBN-Record>=0.19:${PORTSDIR}/www/p5-WWW-Scraper-ISBN-Record RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= WWW::Scraper::ISBN.3 +MAN3= WWW::Scraper::ISBN.3 .include <bsd.port.mk> |