diff options
Diffstat (limited to 'www/p5-REST-Google-Apps-Provisioning/Makefile')
-rw-r--r-- | www/p5-REST-Google-Apps-Provisioning/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-REST-Google-Apps-Provisioning/Makefile b/www/p5-REST-Google-Apps-Provisioning/Makefile index 85118111b27c..26dc5abf01b2 100644 --- a/www/p5-REST-Google-Apps-Provisioning/Makefile +++ b/www/p5-REST-Google-Apps-Provisioning/Makefile @@ -6,20 +6,20 @@ # PORTNAME= REST-Google-Apps-Provisioning -PORTVERSION= 1.1.8 +PORTVERSION= 1.1.9 CATEGORIES= www perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/S/SS/SSCHNEID PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= perl@FreeBSD.org COMMENT= A Perl library to Google\'s RESTful Apps API -RUN_DEPENDS= p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple \ - p5-libwww>0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN3= REST::Google::Apps::Provisioning.3 |