mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
07e24ec203
server. PR: ports/99526 Submitted by: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
33 lines
774 B
Makefile
33 lines
774 B
Makefile
# New ports collection makefile for: p5-SVN-Log
|
|
# Date created: 2006-06-26
|
|
# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= SVN-Log
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= SVN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ychsiao@ychsiao.org
|
|
COMMENT= SVN::Log - Extract change logs from a Subversion server
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl \
|
|
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= SVN::Log.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
IGNORE= currently requires at least Perl 5.8. Please install lang/perl5.8 and try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|