7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
20 lines
618 B
Makefile
20 lines
618 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:54 wiz Exp $
|
|
|
|
DISTNAME= Time-TAI64-2.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 7
|
|
SVR4_PKGNAME= p5tt6
|
|
CATEGORIES= time perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Time-TAI64/
|
|
COMMENT= Convert TAI64 strings into standard unix timestamps
|
|
|
|
BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple
|
|
DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes
|
|
|
|
PERL5_PACKLIST= auto/Time/TAI64/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|