- Add LICENSE

- Reformat pkg-descr
- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-05-04 12:52:13 +00:00
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

View file

@ -7,9 +7,12 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parse a date/time string using the best method available 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 \ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-Format-DateParse>=0:${PORTSDIR}/devel/p5-DateTime-Format-DateParse \ p5-DateTime-Format-DateParse>=0:${PORTSDIR}/devel/p5-DateTime-Format-DateParse \
p5-DateTime-Format-Flexible>=0:${PORTSDIR}/devel/p5-DateTime-Format-Flexible \ 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} BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most
USES= perl5
USE_PERL5= configure USE_PERL5= configure
USES= perl5
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,6 +1,6 @@
DateTimeX::Easy makes DateTime object creation quick and easy. It DateTimeX::Easy makes DateTime object creation quick and easy. It uses a variety
uses a variety of DateTime::Format packages to do the bulk of the of DateTime::Format packages to do the bulk of the parsing, with some custom
parsing, with some custom tweaks to smooth out the rough edges tweaks to smooth out the rough edges (mainly concerning timezone detection and
(mainly concerning timezone detection and selection). selection).
WWW: http://search.cpan.org/dist/DateTimeX-Easy/ WWW: http://search.cpan.org/dist/DateTimeX-Easy/

View file

@ -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.pm
%%SITE_PERL%%/DateTimeX/Easy/DateParse.pm %%SITE_PERL%%/DateTimeX/Easy/DateParse.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTimeX/Easy/.packlist %%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 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTimeX/Easy
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTimeX @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTimeX
@dirrm %%SITE_PERL%%/DateTimeX/Easy @dirrm %%SITE_PERL%%/DateTimeX/Easy