forked from Lainports/freebsd-ports
22 lines
448 B
Makefile
22 lines
448 B
Makefile
PORTNAME= Schedule-Cron
|
|
PORTVERSION= 1.05
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Cron-like scheduler for Perl subroutines
|
|
WWW= https://metacpan.org/release/Schedule-Cron
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Time-ParseDate>=2011.0505:devel/p5-Time-ParseDate
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|