svn commit: r333761 - head/devel/p5-File-HomeDir-PathClass

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Nov 14 14:23:18 UTC 2013


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


More information about the svn-ports-all mailing list