1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add LICENSE

- Sort PLIST
- Reformat pkg-descr
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-07-06 18:50:23 +00:00
parent 971f83f1fc
commit 7101e49887
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360971
3 changed files with 10 additions and 8 deletions

View File

@ -10,9 +10,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@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>

View File

@ -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/

View File

@ -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
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Clone/More
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Clone/More
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Clone
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Clone