1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/p5-Brackup/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

30 lines
754 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Brackup
PORTVERSION= 1.10
PORTREVISION= 2
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BRADFITZ
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Flexible backup tool
BUILD_DEPENDS= p5-DBD-SQLite>0:databases/p5-DBD-SQLite \
p5-DBI>0:databases/p5-DBI \
p5-DateTime-Format-ISO8601>0:devel/p5-DateTime-Format-ISO8601 \
p5-Digest-SHA1>0:security/p5-Digest-SHA1 \
p5-Fuse>0:sysutils/p5-Fuse \
p5-IO-stringy>0:devel/p5-IO-stringy \
p5-Net-Amazon-S3>0:net/p5-Net-Amazon-S3 \
p5-Net-SFTP>0:net/p5-Net-SFTP \
p5-String-Escape>0:textproc/p5-String-Escape
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>