freebsd-ports/devel/p5-SVN-Web/Makefile
Vanilla I. Shu b9e620e41d Add p5-SVN-Web 0.36, subversion repository web frontend.
PR:		ports/64292
Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2004-03-16 16:55:26 +00:00

31 lines
1,010 B
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}
PERL_CONFIGURE= yes
MAN3= SVN::Web.3
.include <bsd.port.mk>