freebsd-ports/devel/p5-DateTime-Format-Duration/Makefile

25 lines
512 B
Makefile

# Created by: Mathieu Arnold <mat@FreeBSD.org>
# $FreeBSD$
PORTNAME= DateTime-Format-Duration
PORTVERSION= 1.03a
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= perl@FreeBSD.org
COMMENT= Format and parse DateTime::Durations
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime
RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${DISTNAME:C/a$//}
USES= perl5
USE_PERL5= configure
MAN3= DateTime::Format::Duration.3
NO_STAGE= yes
.include <bsd.port.mk>