svn commit: r395266 - head/graphics/p5-Image-Grab

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Aug 25 14:51:46 UTC 2015


Author: sunpoet
Date: Tue Aug 25 14:51:45 2015
New Revision: 395266
URL: https://svnweb.freebsd.org/changeset/ports/395266

Log:
  - Add LICENSE
  - Sort *_DEPENDS
  - Pass maintainership to perl@

Modified:
  head/graphics/p5-Image-Grab/Makefile

Modified: head/graphics/p5-Image-Grab/Makefile
==============================================================================
--- head/graphics/p5-Image-Grab/Makefile	Tue Aug 25 14:51:41 2015	(r395265)
+++ head/graphics/p5-Image-Grab/Makefile	Tue Aug 25 14:51:45 2015	(r395266)
@@ -8,12 +8,15 @@ CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl extension for Grabbing images off the Internet
 
-BUILD_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p5-URI \
-		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
 		p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
+		p5-URI>=0:${PORTSDIR}/net/p5-URI \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 


More information about the svn-ports-all mailing list