svn commit: r360968 - head/devel/p5-CLASS
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 6 18:50:08 UTC 2014
Author: sunpoet
Date: Sun Jul 6 18:50:07 2014
New Revision: 360968
URL: http://svnweb.freebsd.org/changeset/ports/360968
QAT: https://qat.redports.org/buildarchive/r360968/
Log:
- Add LICENSE
- Sort PLIST
- Reformat pkg-descr
Modified:
head/devel/p5-CLASS/Makefile
head/devel/p5-CLASS/pkg-descr
head/devel/p5-CLASS/pkg-plist
Modified: head/devel/p5-CLASS/Makefile
==============================================================================
--- head/devel/p5-CLASS/Makefile Sun Jul 6 18:50:01 2014 (r360967)
+++ head/devel/p5-CLASS/Makefile Sun Jul 6 18:50:07 2014 (r360968)
@@ -11,7 +11,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Alias for __PACKAGE__
-USES= perl5
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
Modified: head/devel/p5-CLASS/pkg-descr
==============================================================================
--- head/devel/p5-CLASS/pkg-descr Sun Jul 6 18:50:01 2014 (r360967)
+++ head/devel/p5-CLASS/pkg-descr Sun Jul 6 18:50:07 2014 (r360968)
@@ -2,8 +2,8 @@
$CLASS has the additional benefit of working in strings.
-CLASS is a constant, not a subroutine call. $CLASS is a plain
-variable, it is not tied. There is no performance loss for using CLASS
-over __PACKAGE__ except the loading of the module.
+CLASS is a constant, not a subroutine call. $CLASS is a plain variable, it is
+not tied. There is no performance loss for using CLASS over __PACKAGE__ except
+the loading of the module.
WWW: http://search.cpan.org/dist/CLASS/
Modified: head/devel/p5-CLASS/pkg-plist
==============================================================================
--- head/devel/p5-CLASS/pkg-plist Sun Jul 6 18:50:01 2014 (r360967)
+++ head/devel/p5-CLASS/pkg-plist Sun Jul 6 18:50:07 2014 (r360968)
@@ -1,4 +1,4 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/CLASS/.packlist
%%SITE_PERL%%/CLASS.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/CLASS/.packlist
%%PERL5_MAN3%%/CLASS.3.gz
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CLASS
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CLASS
More information about the svn-ports-all
mailing list