diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-08-25 11:09:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-08-25 11:09:41 +0800 |
commit | 7328c998cea9833eebc89d0516d16c44793720e0 (patch) | |
tree | 27740c932977e83f3892308730b42d64f16bf285 /devel | |
parent | 8d09938d46d59ae42b5cd36d59fe215caac3a769 (diff) | |
download | freebsd-ports-gnome-7328c998cea9833eebc89d0516d16c44793720e0.tar.gz freebsd-ports-gnome-7328c998cea9833eebc89d0516d16c44793720e0.tar.zst freebsd-ports-gnome-7328c998cea9833eebc89d0516d16c44793720e0.zip |
- Simplify COMMENT
- Reformat pkg-descr
- Take maintainership
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Module-Runtime/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Module-Runtime/pkg-descr | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Module-Runtime/Makefile b/devel/p5-Module-Runtime/Makefile index 743ecbac039c..d83d44f06993 100644 --- a/devel/p5-Module-Runtime/Makefile +++ b/devel/p5-Module-Runtime/Makefile @@ -8,13 +8,13 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl module for runtime module handling +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Runtime module handling LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USES= perl5 USE_PERL5= modbuild +USES= perl5 .include <bsd.port.mk> diff --git a/devel/p5-Module-Runtime/pkg-descr b/devel/p5-Module-Runtime/pkg-descr index 12d97cb3af87..9dfbc8f3159a 100644 --- a/devel/p5-Module-Runtime/pkg-descr +++ b/devel/p5-Module-Runtime/pkg-descr @@ -1,4 +1,4 @@ -The functions exported by this module deal with runtime handling -of Perl modules, which are normally handled at compile time. +The functions exported by this module deal with runtime handling of Perl +modules, which are normally handled at compile time. WWW: http://search.cpan.org/dist/Module-Runtime/ |