Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2013 14:23:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333761 - head/devel/p5-File-HomeDir-PathClass
Message-ID:  <201311141423.rAEENIIl053258@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Nov 14 14:23:17 2013
New Revision: 333761
URL: http://svnweb.freebsd.org/changeset/ports/333761

Log:
  - Add LICENSE
  - Support STAGEDIR

Modified:
  head/devel/p5-File-HomeDir-PathClass/Makefile
  head/devel/p5-File-HomeDir-PathClass/pkg-plist   (contents, props changed)

Modified: head/devel/p5-File-HomeDir-PathClass/Makefile
==============================================================================
--- head/devel/p5-File-HomeDir-PathClass/Makefile	Thu Nov 14 14:21:46 2013	(r333760)
+++ head/devel/p5-File-HomeDir-PathClass/Makefile	Thu Nov 14 14:23:17 2013	(r333761)
@@ -11,6 +11,9 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:R}${
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	File::HomeDir returning Path::Class objects
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-File-HomeDir>=0.93:${PORTSDIR}/devel/p5-File-HomeDir \
 		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
 		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
@@ -19,7 +22,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USE_PERL5=	modbuild
 USES=		perl5
 
-MAN3=		File::HomeDir::PathClass.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-File-HomeDir-PathClass/pkg-plist
==============================================================================
--- head/devel/p5-File-HomeDir-PathClass/pkg-plist	Thu Nov 14 14:21:46 2013	(r333760)
+++ head/devel/p5-File-HomeDir-PathClass/pkg-plist	Thu Nov 14 14:23:17 2013	(r333761)
@@ -1,3 +1,4 @@
 %%SITE_PERL%%/File/HomeDir/PathClass.pm
+%%PERL5_MAN3%%/File::HomeDir::PathClass.3.gz
 @dirrmtry %%SITE_PERL%%/File/HomeDir
 @dirrmtry %%SITE_PERL%%/File



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