freebsd-ports/www/p5-VUser-Google-ProvisioningAPI/Makefile
2021-04-06 16:31:07 +02:00

25 lines
516 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
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>