aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-08-28 23:25:18 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-08-28 23:25:18 +0800
commit99051adc9e214220dd279a553e29d5e39c2a12f8 (patch)
treeb076e0402ec5c46b51fc1d7827a5b3d95b2bafec /www
parent4f77545cdfb8f19e65ad044ea97d67e03b420fd0 (diff)
downloadfreebsd-ports-gnome-99051adc9e214220dd279a553e29d5e39c2a12f8.tar.gz
freebsd-ports-gnome-99051adc9e214220dd279a553e29d5e39c2a12f8.tar.zst
freebsd-ports-gnome-99051adc9e214220dd279a553e29d5e39c2a12f8.zip
- Add missing *_DEPENDS
- Bump PORTREVISION for dependency change
Diffstat (limited to 'www')
-rw-r--r--www/p5-WWW-Scraper-ISBN/Makefile6
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>