pkgsrc/time/p5-Time-Period/Makefile

16 lines
423 B
Makefile
Raw Normal View History

2022-06-28 13:30:51 +02:00
# $NetBSD: Makefile,v 1.28 2022/06/28 11:36:58 wiz Exp $
DISTNAME= Period-1.20
PKGNAME= p5-Time-${DISTNAME}
2022-06-28 13:30:51 +02:00
PKGREVISION= 16
CATEGORIES= devel perl5 time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PR/PRYAN/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Perl5 module to deal with time periods
PERL5_PACKLIST= auto/Time/Period/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"