1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/devel/p5-SVN-Look/Makefile
2021-04-06 16:31:07 +02:00

27 lines
548 B
Makefile

# Created by: Greg Larkin <glarkin@FreeBSD.org>
PORTNAME= SVN-Look
PORTVERSION= 0.42
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Caching wrapper around the svnlook command
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
p5-XML-Simple>=0:textproc/p5-XML-Simple \
subversion>=1.7.0:devel/subversion
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>