diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-18 05:52:13 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-18 05:52:13 +0000 |
commit | c468e0829f3f8d0dc9798bd6f8286a6ea46baeb6 (patch) | |
tree | 0921578be4de2be526a4d84e929aa92a6aacf4eb | |
parent | 1ffc55b327df04bd377471e6b6cbd043d8f47135 (diff) |
Notes
-rw-r--r-- | www/p5-VUser-Google-ProvisioningAPI/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/p5-VUser-Google-ProvisioningAPI/Makefile b/www/p5-VUser-Google-ProvisioningAPI/Makefile index c3dffd9845b3..59c9deeb400e 100644 --- a/www/p5-VUser-Google-ProvisioningAPI/Makefile +++ b/www/p5-VUser-Google-ProvisioningAPI/Makefile @@ -3,7 +3,7 @@ PORTNAME= VUser-Google-ProvisioningAPI PORTVERSION= 0.24 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RSMITH/vuser @@ -12,10 +12,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= tota@FreeBSD.org COMMENT= Perl module that implements the Google Provisioning API +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ - p5-Encode>=0:converters/p5-Encode \ p5-XML-Simple>=0:textproc/p5-XML-Simple +NO_ARCH= yes USES= perl5 USE_PERL5= configure |