svn commit: r350317 - head/www/p5-HTML-StripScripts-Parser

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 6 05:48:38 UTC 2014


Author: sunpoet
Date: Sun Apr  6 05:48:37 2014
New Revision: 350317
URL: http://svnweb.freebsd.org/changeset/ports/350317
QAT: https://qat.redports.org/buildarchive/r350317/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  
  PR:		188167
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/www/p5-HTML-StripScripts-Parser/Makefile

Modified: head/www/p5-HTML-StripScripts-Parser/Makefile
==============================================================================
--- head/www/p5-HTML-StripScripts-Parser/Makefile	Sun Apr  6 05:48:27 2014	(r350316)
+++ head/www/p5-HTML-StripScripts-Parser/Makefile	Sun Apr  6 05:48:37 2014	(r350317)
@@ -7,9 +7,12 @@ CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	XSS filter using HTML::Parser
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-HTML-Parser>=3.56:${PORTSDIR}/www/p5-HTML-Parser \
 		p5-HTML-StripScripts>=1.05:${PORTSDIR}/www/p5-HTML-StripScripts
 RUN_DEPENDS:=	${BUILD_DEPENDS}


More information about the svn-ports-all mailing list