svn commit: r342723 - head/devel/p5-Exporter-Declare

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 5 15:39:32 UTC 2014


Author: ehaupt
Date: Wed Feb  5 15:39:31 2014
New Revision: 342723
URL: http://svnweb.freebsd.org/changeset/ports/342723
QAT: https://qat.redports.org/buildarchive/r342723/

Log:
  Support staging.

Modified:
  head/devel/p5-Exporter-Declare/Makefile
  head/devel/p5-Exporter-Declare/pkg-plist

Modified: head/devel/p5-Exporter-Declare/Makefile
==============================================================================
--- head/devel/p5-Exporter-Declare/Makefile	Wed Feb  5 15:38:30 2014	(r342722)
+++ head/devel/p5-Exporter-Declare/Makefile	Wed Feb  5 15:39:31 2014	(r342723)
@@ -20,14 +20,4 @@ TEST_DEPENDS=	p5-Fennec-Lite>=0:${PORTSD
 USES=	perl5
 USE_PERL5=	modbuild
 
-MAN3=	Exporter::Declare.3 \
-	Exporter::Declare::Export.3 \
-	Exporter::Declare::Export::Alias.3 \
-	Exporter::Declare::Export::Generator.3 \
-	Exporter::Declare::Export::Sub.3 \
-	Exporter::Declare::Export::Variable.3 \
-	Exporter::Declare::Meta.3 \
-	Exporter::Declare::Specs.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Exporter-Declare/pkg-plist
==============================================================================
--- head/devel/p5-Exporter-Declare/pkg-plist	Wed Feb  5 15:38:30 2014	(r342722)
+++ head/devel/p5-Exporter-Declare/pkg-plist	Wed Feb  5 15:39:31 2014	(r342723)
@@ -6,6 +6,14 @@
 %%SITE_PERL%%/Exporter/Declare/Export/Variable.pm
 %%SITE_PERL%%/Exporter/Declare/Meta.pm
 %%SITE_PERL%%/Exporter/Declare/Specs.pm
+%%PERL5_MAN3%%/Exporter::Declare.3.gz
+%%PERL5_MAN3%%/Exporter::Declare::Export.3.gz
+%%PERL5_MAN3%%/Exporter::Declare::Export::Alias.3.gz
+%%PERL5_MAN3%%/Exporter::Declare::Export::Generator.3.gz
+%%PERL5_MAN3%%/Exporter::Declare::Export::Sub.3.gz
+%%PERL5_MAN3%%/Exporter::Declare::Export::Variable.3.gz
+%%PERL5_MAN3%%/Exporter::Declare::Meta.3.gz
+%%PERL5_MAN3%%/Exporter::Declare::Specs.3.gz
 @dirrm %%SITE_PERL%%/Exporter/Declare/Export
 @dirrm %%SITE_PERL%%/Exporter/Declare
 @dirrmtry %%SITE_PERL%%/Exporter


More information about the svn-ports-head mailing list