blob: e9b364daa744741e9096812dc4ef3475f502b0be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= VUser-Google-ProvisioningAPI
PORTVERSION= 0.24
PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RSMITH/vuser
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-XML-Simple>=0:textproc/p5-XML-Simple
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|