Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 08:17:00 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340574 - head/textproc/p5-Text-Table
Message-ID:  <201401210817.s0L8H0x1054981@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Jan 21 08:17:00 2014
New Revision: 340574
URL: http://svnweb.freebsd.org/changeset/ports/340574
QAT: https://qat.redports.org/buildarchive/r340574/

Log:
  * Support staging
  * Add license
  
  Sponsored by:	Absolight

Modified:
  head/textproc/p5-Text-Table/Makefile
  head/textproc/p5-Text-Table/pkg-plist

Modified: head/textproc/p5-Text-Table/Makefile
==============================================================================
--- head/textproc/p5-Text-Table/Makefile	Tue Jan 21 08:14:58 2014	(r340573)
+++ head/textproc/p5-Text-Table/Makefile	Tue Jan 21 08:17:00 2014	(r340574)
@@ -10,13 +10,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	miwi@FreeBSD.org
 COMMENT=	Organize Data in Tables
 
+LICENSE=	ISCL
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	p5-Text-Aligner>=0.05:${PORTSDIR}/textproc/p5-Text-Aligner
 RUN_DEPENDS=	p5-Text-Aligner>=0.05:${PORTSDIR}/textproc/p5-Text-Aligner
 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Text::Table.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-Table/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Table/pkg-plist	Tue Jan 21 08:14:58 2014	(r340573)
+++ head/textproc/p5-Text-Table/pkg-plist	Tue Jan 21 08:17:00 2014	(r340574)
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Text::Table.3.gz
 %%SITE_PERL%%/Text/Table.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Table/.packlist
 @dirrmtry %%SITE_PERL%%/Text



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401210817.s0L8H0x1054981>