svn commit: r340574 - head/textproc/p5-Text-Table

Mathieu Arnold mat at FreeBSD.org
Tue Jan 21 08:17:01 UTC 2014


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 at 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


More information about the svn-ports-all mailing list