svn commit: r381129 - head/devel/p5-AutoLoader
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Mar 12 18:26:40 UTC 2015
Author: sunpoet
Date: Thu Mar 12 18:26:38 2015
New Revision: 381129
URL: https://svnweb.freebsd.org/changeset/ports/381129
QAT: https://qat.redports.org/buildarchive/r381129/
Log:
- Add LICENSE
- Remove regression-test:
- Sort PLIST
- Reformat pkg-descr
- Take maintainership
Modified:
head/devel/p5-AutoLoader/Makefile
head/devel/p5-AutoLoader/pkg-descr
head/devel/p5-AutoLoader/pkg-plist
Modified: head/devel/p5-AutoLoader/Makefile
==============================================================================
--- head/devel/p5-AutoLoader/Makefile Thu Mar 12 18:26:33 2015 (r381128)
+++ head/devel/p5-AutoLoader/Makefile Thu Mar 12 18:26:38 2015 (r381129)
@@ -7,13 +7,13 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Load subroutines only on demand
-USES= perl5
-USE_PERL5= configure
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
-regression-test:
- cd ${WRKSRC} && ${MAKE} test
+USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
Modified: head/devel/p5-AutoLoader/pkg-descr
==============================================================================
--- head/devel/p5-AutoLoader/pkg-descr Thu Mar 12 18:26:33 2015 (r381128)
+++ head/devel/p5-AutoLoader/pkg-descr Thu Mar 12 18:26:38 2015 (r381129)
@@ -1,5 +1,5 @@
-The AutoLoader module works with the AutoSplit module and the "__END__"
-token to defer the loading of some subroutines until they are used
-rather than loading them all at once.
+The AutoLoader module works with the AutoSplit module and the "__END__" token to
+defer the loading of some subroutines until they are used rather than loading
+them all at once.
WWW: http://search.cpan.org/dist/AutoLoader/
Modified: head/devel/p5-AutoLoader/pkg-plist
==============================================================================
--- head/devel/p5-AutoLoader/pkg-plist Thu Mar 12 18:26:33 2015 (r381128)
+++ head/devel/p5-AutoLoader/pkg-plist Thu Mar 12 18:26:38 2015 (r381129)
@@ -1,4 +1,4 @@
-%%PERL5_MAN3%%/AutoLoader.3.gz
-%%PERL5_MAN3%%/AutoSplit.3.gz
%%SITE_PERL%%/AutoLoader.pm
%%SITE_PERL%%/AutoSplit.pm
+%%PERL5_MAN3%%/AutoLoader.3.gz
+%%PERL5_MAN3%%/AutoSplit.3.gz
More information about the svn-ports-all
mailing list