7a55ec8338
- Sort *_DEPENDS - Support STAGEDIR Changes: http://search.cpan.org/dist/Rose-DateTime/Changes
21 lines
476 B
Makefile
21 lines
476 B
Makefile
# Created by: Zach Thompson <hideo@lastamericanempire.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Rose-DateTime
|
|
PORTVERSION= 0.539
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= DateTime helper functions and objects
|
|
|
|
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
|
p5-Rose-Object>=0.82:${PORTSDIR}/devel/p5-Rose-Object
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|