aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/p5-ZConf-Cron/Makefile
blob: 9529eefbe28053c0f47fe5a022f0c5f7646ccad1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    p5-ZConf-Cron
# Date created:     2009-09-27
# Whom:         Zane C, Bowers <vvelox@vvelox.net>
#
# $FreeBSD$
#

PORTNAME=   ZConf-Cron
PORTVERSION=    0.0.1
CATEGORIES= sysutils perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
PKGNAMEPREFIX=  p5-

MAINTAINER= vvelox@vvelox.net
COMMENT=    Handles storing cron tabs in ZConf

BUILD_DEPENDS=  ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \
        ${SITE_PERL}/DateTime/Event/Cron.pm:${PORTSDIR}/devel/p5-DateTime-Event-Cron \
        ${SITE_PERL}/mach/DateTime/Duration.pm:${PORTSDIR}/devel/p5-DateTime \
        ${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime

PERL_CONFIGURE= yes

MAN3=       ZConf::Cron.3

.include <bsd.port.mk>