[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / time / p5-DateTime-TimeZone

File: [cvs.NetBSD.org] / pkgsrc / time / p5-DateTime-TimeZone / Makefile (download)

Revision 1.41, Mon Oct 8 13:04:24 2012 UTC (10 years, 7 months ago) by asau
Branch: MAIN
Changes since 1.40: +1 -3 lines

Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

# $NetBSD: Makefile,v 1.41 2012/10/08 13:04:24 asau Exp $

DISTNAME=	DateTime-TimeZone-1.46
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	1
CATEGORIES=	time perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=DateTime/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/DateTime-TimeZone/
COMMENT=	Perl module to handle time zone manipulation
LICENSE=	${PERL5_LICENSE}

DEPENDS+=	p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton
DEPENDS+=	p5-Params-Validate>=0.72:../../devel/p5-Params-Validate
DEPENDS+=	p5-Class-Load-[0-9]*:../../devel/p5-Class-Load
DEPENDS+=	p5-Test-Output-[0-9]*:../../devel/p5-Test-Output
# for tests, but can't depend in it, since it depends on this package
#BUILD_DEPENDS+=	p5-DateTime>=0.1501:../../time/p5-DateTime

# on HPUX it requires ../../time/p5-DateTime-TimeZone-HPUX
# but this will result in circular dependency

USE_LANGUAGES=	# empty
PERL5_PACKLIST=		auto/DateTime/TimeZone/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"