blob: ddb4f6dde5d900f95e33f6fb536bae67a857a4c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= Sort-Key-DateTime
PORTVERSION= 0.07
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for sorting objects by some DateTime key
WWW= https://metacpan.org/release/Sort-Key-DateTime
RUN_DEPENDS= p5-DateTime>=0.28:devel/p5-DateTime \
p5-Sort-Key>=1.28:devel/p5-Sort-Key
BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|