svn commit: r360971 - head/devel/p5-Clone-More
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 6 18:50:24 UTC 2014
Author: sunpoet
Date: Sun Jul 6 18:50:23 2014
New Revision: 360971
URL: http://svnweb.freebsd.org/changeset/ports/360971
QAT: https://qat.redports.org/buildarchive/r360971/
Log:
- Add LICENSE
- Sort PLIST
- Reformat pkg-descr
Modified:
head/devel/p5-Clone-More/Makefile
head/devel/p5-Clone-More/pkg-descr
head/devel/p5-Clone-More/pkg-plist
Modified: head/devel/p5-Clone-More/Makefile
==============================================================================
--- head/devel/p5-Clone-More/Makefile Sun Jul 6 18:50:18 2014 (r360970)
+++ head/devel/p5-Clone-More/Makefile Sun Jul 6 18:50:23 2014 (r360971)
@@ -10,9 +10,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Perl module for natively copying Perl data structures
-USES= perl5
-USE_PERL5= configure
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+USE_PERL5= configure
+USES= perl5
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>
Modified: head/devel/p5-Clone-More/pkg-descr
==============================================================================
--- head/devel/p5-Clone-More/pkg-descr Sun Jul 6 18:50:18 2014 (r360970)
+++ head/devel/p5-Clone-More/pkg-descr Sun Jul 6 18:50:23 2014 (r360971)
@@ -1,6 +1,6 @@
-This is intended to act as a utility in order to natively clone data
-structures via a simple Perl interface. Will ensure that all
-references will be separated from the parent data structure, yet kept
-relative to the new structure (if need be).
+This is intended to act as a utility in order to natively clone data structures
+via a simple Perl interface. Will ensure that all references will be separated
+from the parent data structure, yet kept relative to the new structure (if need
+be).
WWW: http://search.cpan.org/dist/Clone-More/
Modified: head/devel/p5-Clone-More/pkg-plist
==============================================================================
--- head/devel/p5-Clone-More/pkg-plist Sun Jul 6 18:50:18 2014 (r360970)
+++ head/devel/p5-Clone-More/pkg-plist Sun Jul 6 18:50:23 2014 (r360971)
@@ -1,7 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/Clone/More.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Clone/More/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Clone/More/More.so
-%%SITE_PERL%%/%%PERL_ARCH%%/Clone/More.pm
%%PERL5_MAN3%%/Clone::More.3.gz
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Clone/More
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Clone/More
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Clone
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Clone
More information about the svn-ports-all
mailing list