openbsd-ports/devel/p5-SVN-Web/Makefile
sturm 342ba33a9d update to p5-SVN-Web 0.48
no objections from maintainer msf, who gives up maintainership
2006-07-12 05:25:48 +00:00

37 lines
924 B
Makefile

# $OpenBSD: Makefile,v 1.2 2006/07/12 05:25:48 sturm Exp $
COMMENT= "subversion repository web frontend"
DISTNAME= SVN-Web-0.48
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NI/NIKC/}
RUN_DEPENDS= ::devel/subversion,-perl \
::devel/p5-Cache-Cache \
::devel/p5-Exception-Class \
::devel/p5-Locale-Maketext-Lexicon \
::devel/p5-Locale-Maketext-Simple \
::devel/p5-Test-WWW-Mechanize \
::devel/p5-Time-TimeDate \
::devel/p5-YAML \
::textproc/p5-Template-Plugin-Number-Format \
::textproc/p5-Text-Diff-HTML \
::textproc/p5-XML-RSS-Parser
# tests broken on sparc64, server doesn't really work either
# ::www/p5-HTTP-Server-Simple
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE=perl modbuild
PKG_ARCH= *
.include <bsd.port.mk>