mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
4f6f6be6f6
- Mark NO_ARCH - Add new BUILD_DEPENDS - Make patch files 'make makepatch' compatible
25 lines
474 B
Makefile
25 lines
474 B
Makefile
# Created by: petef@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= File-Rsync
|
|
PORTVERSION= 0.48
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Perl convenience wrapper for the rsync(1) program
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync \
|
|
p5-IPC-Run3>=0.042:${PORTSDIR}/devel/p5-IPC-Run3
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|