svn commit: r492571 - head/graphics/p5-Image-PNG-QRCode

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 10 00:08:27 UTC 2019


Author: sunpoet
Date: Sun Feb 10 00:08:21 2019
New Revision: 492571
URL: https://svnweb.freebsd.org/changeset/ports/492571

Log:
  Remove Perl core modules
  
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/graphics/p5-Image-PNG-QRCode/Makefile

Modified: head/graphics/p5-Image-PNG-QRCode/Makefile
==============================================================================
--- head/graphics/p5-Image-PNG-QRCode/Makefile	Sun Feb 10 00:08:16 2019	(r492570)
+++ head/graphics/p5-Image-PNG-QRCode/Makefile	Sun Feb 10 00:08:21 2019	(r492571)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Image-PNG-QRCode
 DISTVERSION=	0.09
+PORTREVISION=	1
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,10 +13,6 @@ COMMENT=	Make a PNG image containing a QR code from te
 LICENSE=	GPLv3
 
 LIB_DEPENDS=	libpng.so:graphics/png
-
-RUN_DEPENDS+=	p5-Carp>0:devel/p5-Carp
-RUN_DEPENDS+=	p5-Exporter>0:devel/p5-Exporter
-RUN_DEPENDS+=	p5-XSLoader>0:devel/p5-XSLoader
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list