svn commit: r363539 - head/lang/p5-Modern-Perl
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 31 10:03:51 UTC 2014
Author: sunpoet
Date: Thu Jul 31 10:03:50 2014
New Revision: 363539
URL: http://svnweb.freebsd.org/changeset/ports/363539
QAT: https://qat.redports.org/buildarchive/r363539/
Log:
- Update to 1.20140107
- Add LICENSE
- Update COMMENT
- Reformat pkg-descr
- Use single space after WWW:
Changes: http://search.cpan.org/dist/Modern-Perl/Changes
Modified:
head/lang/p5-Modern-Perl/Makefile
head/lang/p5-Modern-Perl/distinfo
head/lang/p5-Modern-Perl/pkg-descr
Modified: head/lang/p5-Modern-Perl/Makefile
==============================================================================
--- head/lang/p5-Modern-Perl/Makefile Thu Jul 31 09:55:31 2014 (r363538)
+++ head/lang/p5-Modern-Perl/Makefile Thu Jul 31 10:03:50 2014 (r363539)
@@ -2,16 +2,22 @@
# $FreeBSD$
PORTNAME= Modern-Perl
-PORTVERSION= 1.03
+PORTVERSION= 1.20140107
CATEGORIES= lang perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CHROMATIC
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
-COMMENT= Enable all of the features of Modern Perl with one command
+COMMENT= Enable all of the features of Modern Perl with one import
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-autodie>=2.22:${PORTSDIR}/devel/p5-autodie
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= modbuild
+USES= perl5
.include <bsd.port.mk>
Modified: head/lang/p5-Modern-Perl/distinfo
==============================================================================
--- head/lang/p5-Modern-Perl/distinfo Thu Jul 31 09:55:31 2014 (r363538)
+++ head/lang/p5-Modern-Perl/distinfo Thu Jul 31 10:03:50 2014 (r363539)
@@ -1,2 +1,2 @@
-SHA256 (Modern-Perl-1.03.tar.gz) = 40bf555afc6c679be1a5514677665f8853594bcf8de1a63b0a28ad39de3edf89
-SIZE (Modern-Perl-1.03.tar.gz) = 2995
+SHA256 (Modern-Perl-1.20140107.tar.gz) = 9cf66b2f93340dfe1cd7162262a47e7c4ba82475a52dc2a036c2fdc8a65298b8
+SIZE (Modern-Perl-1.20140107.tar.gz) = 13152
Modified: head/lang/p5-Modern-Perl/pkg-descr
==============================================================================
--- head/lang/p5-Modern-Perl/pkg-descr Thu Jul 31 09:55:31 2014 (r363538)
+++ head/lang/p5-Modern-Perl/pkg-descr Thu Jul 31 10:03:50 2014 (r363539)
@@ -1,4 +1,4 @@
-Modern Perl programs use several modules to enable additional features
-of Perl and of the CPAN.
+Modern Perl programs use several modules to enable additional features of Perl
+and of the CPAN.
-WWW: http://search.cpan.org/dist/Modern-Perl/
+WWW: http://search.cpan.org/dist/Modern-Perl/
More information about the svn-ports-all
mailing list