diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-15 18:13:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-15 18:13:08 +0800 |
commit | 3e8139998b6d494338d4a99fab477df88bc254d9 (patch) | |
tree | e35b9f5497ffd2414c2ac73b5bde7567ed432d50 | |
parent | 23a5e310d4b979bc2213fd8600a3b09080d72e9a (diff) | |
download | freebsd-ports-gnome-3e8139998b6d494338d4a99fab477df88bc254d9.tar.gz freebsd-ports-gnome-3e8139998b6d494338d4a99fab477df88bc254d9.tar.zst freebsd-ports-gnome-3e8139998b6d494338d4a99fab477df88bc254d9.zip |
- Add LICENSE
- Reformat pkg-descr
- Take maintainership
-rw-r--r-- | devel/p5-DateTime-Format-Flexible/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Flexible/pkg-descr | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/p5-DateTime-Format-Flexible/Makefile b/devel/p5-DateTime-Format-Flexible/Makefile index 016f2aea5122..02ebb1cc1d8b 100644 --- a/devel/p5-DateTime-Format-Flexible/Makefile +++ b/devel/p5-DateTime-Format-Flexible/Makefile @@ -7,9 +7,12 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Flexibly parse strings and turn them into DateTime objects +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Builder>=0.74:${PORTSDIR}/devel/p5-DateTime-Format-Builder \ p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ diff --git a/devel/p5-DateTime-Format-Flexible/pkg-descr b/devel/p5-DateTime-Format-Flexible/pkg-descr index 2fb5b5fc9d3a..18e915e24a7a 100644 --- a/devel/p5-DateTime-Format-Flexible/pkg-descr +++ b/devel/p5-DateTime-Format-Flexible/pkg-descr @@ -1,5 +1,5 @@ -DateTime::Format::Flexible attempts to take any string you give it -and parse it into a DateTime object. The test file tests 2500+ -variations of date/time strings. +DateTime::Format::Flexible attempts to take any string you give it and parse it +into a DateTime object. The test file tests 2500+ variations of date/time +strings. WWW: http://search.cpan.org/dist/DateTime-Format-Flexible/ |