svn commit: r355195 - head/devel/p5-PV

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 25 12:39:09 UTC 2014


Author: sunpoet
Date: Sun May 25 12:39:08 2014
New Revision: 355195
URL: http://svnweb.freebsd.org/changeset/ports/355195
QAT: https://qat.redports.org/buildarchive/r355195/

Log:
  - Add LICENSE
  - Add WWW
  - Pass maintainership to submitter
  - While I'm here, remove leading indefinite article from COMMENT
  
  PR:		ports/189557
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/devel/p5-PV/Makefile
  head/devel/p5-PV/pkg-descr

Modified: head/devel/p5-PV/Makefile
==============================================================================
--- head/devel/p5-PV/Makefile	Sun May 25 12:39:04 2014	(r355194)
+++ head/devel/p5-PV/Makefile	Sun May 25 12:39:08 2014	(r355195)
@@ -8,14 +8,17 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 DISTNAME=	PerlVision-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A perl5 library for text-mode user interface widgets
+MAINTAINER=	5u623l20 at gmail.com
+COMMENT=	Perl5 library for text-mode user interface widgets
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
 RUN_DEPENDS=	p5-Curses>=0:${PORTSDIR}/devel/p5-Curses
 
 USES=		perl5
 
-NO_BUILD=	YES
+NO_BUILD=	yes
 PLIST_FILES=	%%SITE_PERL%%/PV.pm
 
 do-install:

Modified: head/devel/p5-PV/pkg-descr
==============================================================================
--- head/devel/p5-PV/pkg-descr	Sun May 25 12:39:04 2014	(r355194)
+++ head/devel/p5-PV/pkg-descr	Sun May 25 12:39:08 2014	(r355195)
@@ -17,3 +17,5 @@ module for Perl, so you need to get and 
 ftp://ftp.ncsu.edu/pub/math/wsetzer/cursperl<whatever>.
 
 PerlVision will only work with Perl 5+ of-course (upgrade || die()!).
+
+WWW: http://search.cpan.org/dist/PerlVision/


More information about the svn-ports-all mailing list