diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2011-02-20 21:00:50 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2011-02-20 21:00:50 +0000 |
commit | e52d05c3f23068386ec0e0674326face12d71f28 (patch) | |
tree | b5734b123f993ac4364e4b6b2165cd9ddd56e9e3 /www/p5-REST-Google-Apps-Provisioning/Makefile | |
parent | 9800b90519852677f33d6bbfd93d165d198d142c (diff) |
Notes
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 |