2003-10-03 19:02:55 +02:00
|
|
|
# New ports collection makefile for: p5-DateTime-Format-IBeat
|
|
|
|
# Date created: 3 october 2003
|
|
|
|
# Whom: mat
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DateTime-Format-IBeat
|
2004-01-27 17:32:02 +01:00
|
|
|
PORTVERSION= 0.16.1
|
2007-08-31 15:37:23 +02:00
|
|
|
DISTVERSION= ${PORTVERSION:C/\.(.)$/\1/}
|
2003-10-03 19:02:55 +02:00
|
|
|
CATEGORIES= devel perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-10-03 19:02:55 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-10-03 19:02:55 +02:00
|
|
|
COMMENT= Format times in .beat notation
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= DateTime::Format::IBeat.3
|
|
|
|
|
2007-08-31 15:37:23 +02:00
|
|
|
.include <bsd.port.mk>
|