aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/p5-Brackup/Makefile
blob: ff76c3df951c48ca744aba2900a400a4bda1d542 (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
28
29
30
# New ports collection makefile for:    p5-Brackup
# Date created:     2007-06-07
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=   Brackup
PORTVERSION=    1.03
CATEGORIES= sysutils perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ
PKGNAMEPREFIX=  p5-

MAINTAINER= gslin@gslin.org
COMMENT=    Flexible backup tool

RUN_DEPENDS=    ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
        ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
        ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1

PERL_CONFIGURE= yes

MAN1=       brackup.1 brackup-restore.1 brackup-target.1
MAN3=       Brackup.3 Brackup::Config.3 Brackup::DigestCache.3 \
        Brackup::InventoryDatabase.3 Brackup::Manual::Overview.3 \
        Brackup::Root.3 Brackup::Target.3 Brackup::Target::Amazon.3 \
        Brackup::Target::Filesystem.3

.include <bsd.port.mk>