opnsense-ports/www/p5-VUser-Google-ProvisioningAPI/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

22 lines
511 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= VUser-Google-ProvisioningAPI
PORTVERSION= 0.24
PORTREVISION= 1
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
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \
p5-Encode>=0:converters/p5-Encode \
p5-XML-Simple>=0:textproc/p5-XML-Simple
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>