pkgsrc/time/p5-Schedule-At/Makefile
2018-08-22 09:43:40 +00:00

20 lines
532 B
Makefile

# $NetBSD: Makefile,v 1.14 2018/08/22 09:47:18 wiz Exp $
DISTNAME= Schedule-At-1.15
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Schedule/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Schedule-At/
COMMENT= OS independent interface to the Unix 'at' command
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Schedule/At/.packlist
TEST_ENV= AT_CAN_EXEC=1
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"