freebsd-ports/sysutils/rsnapshot/Makefile
Philip M. Gollucci c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00

35 lines
837 B
Makefile

# New ports collection makefile for: rsnapshot
# Date created: 2004-01-03
# Whom: Ralf van Dooren <r.vdooren@snow.nl>
#
# $FreeBSD$
#
PORTNAME= rsnapshot
PORTVERSION= 1.3.1
CATEGORIES= sysutils
MASTER_SITES= http://www.rsnapshot.org/downloads/
MAINTAINER= r.vdooren@snow.nl
COMMENT= Filesystem snapshot utility based on rsync(1)
BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \
${SITE_PERL}/${PERL_ARCH}/Lchown.pm:${PORTSDIR}/sysutils/p5-Lchown
USE_PERL5= yes
GNU_CONFIGURE= yes
MAN1= rsnapshot.1 rsnapshot-diff.1
PORTDOCS= AUTHORS ChangeLog README TODO
post-patch:
${REINPLACE_CMD} -e 's,/usr/bin/pod2man,pod2man,' ${WRKSRC}/Makefile.in
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>