svn commit: r443815 - head/www/p5-VUser-Google-ProvisioningAPI

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 18 05:52:15 UTC 2017


Author: sunpoet
Date: Sun Jun 18 05:52:13 2017
New Revision: 443815
URL: https://svnweb.freebsd.org/changeset/ports/443815

Log:
  Remove Perl core modules
  
  - While I'm here:
    - Add LICENSE
    - Add NO_ARCH
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/www/p5-VUser-Google-ProvisioningAPI/Makefile

Modified: head/www/p5-VUser-Google-ProvisioningAPI/Makefile
==============================================================================
--- head/www/p5-VUser-Google-ProvisioningAPI/Makefile	Sun Jun 18 05:52:08 2017	(r443814)
+++ head/www/p5-VUser-Google-ProvisioningAPI/Makefile	Sun Jun 18 05:52:13 2017	(r443815)
@@ -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 at 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
 


More information about the svn-ports-all mailing list