freebsd-ports/devel/p5-SVN-Mirror/Makefile
Vanilla I. Shu 992f293c1f Build dependencies are not correctly set regarding p5-SVN-Simple. Indeed, the
Makefile references a file that is not installed by p5-SVN-Simple.

PR:		ports/66631
Submitted by:	Herve Quiroz <herve.quiroz_at_esil_dot_univ-mrs dot fr>
Approved by:	maintainer
2004-05-16 01:06:51 +00:00

30 lines
857 B
Makefile

# New ports collection makefile for: devel/p5-SVN-Mirror
# Date created: Mar 15 2004
# Whom: Autrijus Tang <autrijus@autrijus.org>
#
# $FreeBSD$
#
PORTNAME= SVN-Mirror
PORTVERSION= 0.35
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO
PKGNAMEPREFIX= p5-
MAINTAINER= autrijus@autrijus.org
COMMENT= Mirror remote subversion repository to local
BUILD_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \
${SITE_PERL}/VCP.pm:${PORTSDIR}/devel/p5-VCP \
${SITE_PERL}/SVN/Simple/Edit.pm:${PORTSDIR}/devel/p5-SVN-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_ENV= PERL_EXTUTILS_AUTOINSTALL=--skipdeps
PERL_CONFIGURE= yes
MAN1= svm.1
MAN3= SVN::Mirror.3 VCP::Dest::svk.3
.include <bsd.port.mk>