mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add LICENSE
- Reformat pkg-descr - Take maintainership
This commit is contained in:
parent
d75a700209
commit
af904dc36e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352946
3 changed files with 11 additions and 8 deletions
|
@ -7,9 +7,12 @@ CATEGORIES= devel perl5
|
|||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Parse a date/time string using the best method available
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
||||
p5-DateTime-Format-DateParse>=0:${PORTSDIR}/devel/p5-DateTime-Format-DateParse \
|
||||
p5-DateTime-Format-Flexible>=0:${PORTSDIR}/devel/p5-DateTime-Format-Flexible \
|
||||
|
@ -19,7 +22,7 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
|||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
DateTimeX::Easy makes DateTime object creation quick and easy. It
|
||||
uses a variety of DateTime::Format packages to do the bulk of the
|
||||
parsing, with some custom tweaks to smooth out the rough edges
|
||||
(mainly concerning timezone detection and selection).
|
||||
DateTimeX::Easy makes DateTime object creation quick and easy. It uses a variety
|
||||
of DateTime::Format packages to do the bulk of the parsing, with some custom
|
||||
tweaks to smooth out the rough edges (mainly concerning timezone detection and
|
||||
selection).
|
||||
|
||||
WWW: http://search.cpan.org/dist/DateTimeX-Easy/
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
%%PERL5_MAN3%%/DateTimeX::Easy.3.gz
|
||||
%%PERL5_MAN3%%/DateTimeX::Easy::DateParse.3.gz
|
||||
%%SITE_PERL%%/DateTimeX/Easy.pm
|
||||
%%SITE_PERL%%/DateTimeX/Easy/DateParse.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTimeX/Easy/.packlist
|
||||
%%PERL5_MAN3%%/DateTimeX::Easy.3.gz
|
||||
%%PERL5_MAN3%%/DateTimeX::Easy::DateParse.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTimeX/Easy
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTimeX
|
||||
@dirrm %%SITE_PERL%%/DateTimeX/Easy
|
||||
|
|
Loading…
Add table
Reference in a new issue