freebsd-ports/devel/p5-SVN-Web/Makefile
2004-07-11 01:07:01 +00:00

33 lines
1 KiB
Makefile

# New ports collection makefile for: devel/p5-SVN-Web
# Date created: Feb 21 2004
# Whom: CPANPLUS User <cpanplus@example.com>
#
# $FreeBSD$
#
PORTNAME= SVN-Web
PORTVERSION= 0.36
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO
PKGNAMEPREFIX= p5-
MAINTAINER= autrijus@autrijus.org
COMMENT= Subversion repository web frontend
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl \
${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff \
${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \
${SITE_PERL}/Locale/Maketext/Lexicon.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \
${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS= ${BUILD_DEPENDS}
BROKEN= "Missing dependency"
PERL_CONFIGURE= yes
MAN3= SVN::Web.3
.include <bsd.port.mk>