Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Sort-Key-DateTime / Makefile
1 # Created by: Anton Berezin <tobez@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Sort-Key-DateTime
5 PORTVERSION=    0.07
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perl extension for sorting objects by some DateTime key
13
14 RUN_DEPENDS=    p5-DateTime>=0.28:${PORTSDIR}/devel/p5-DateTime \
15                 p5-Sort-Key>=1.28:${PORTSDIR}/devel/p5-Sort-Key
16 BUILD_DEPENDS=  ${RUN_DEPENDS}
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>