9f6cafc524
SVN::Web provides a web interface to subversion repositories. You can browse the tree, view history of a directory or a file, see what's changed in a specific revision, track changes with RSS, and also view diffs. SVN::Web also tracks the branching feature (node copy of subversion, so you can easily see the relationship between branches. ok kevlo@
30 lines
674 B
Makefile
30 lines
674 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/22 01:52:23 msf Exp $
|
|
|
|
COMMENT= "subversion repository web frontend"
|
|
|
|
DISTNAME= SVN-Web-0.38
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CL/CLKAO/}
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/subversion,-perl \
|
|
::devel/p5-Locale-Maketext-Simple \
|
|
::devel/p5-YAML \
|
|
::textproc/p5-Template \
|
|
::textproc/p5-Text-Diff \
|
|
::textproc/p5-XML-RSS
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|