mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
3f045411d0
Reported by: QAT
27 lines
591 B
Makefile
27 lines
591 B
Makefile
# New ports collection makefile for: SVN::Look
|
|
# Date created: 2009-01-27
|
|
# Whom: Greg Larkin <glarkin@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= SVN-Look
|
|
PORTVERSION= 0.13.463
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
|
COMMENT= A caching wrapper aroung the svnlook command
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec/Functions.pm:${PORTSDIR}/devel/p5-PathTools \
|
|
${LOCALBASE}/bin/svnlook:${PORTSDIR}/devel/subversion
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= SVN::Look.3
|
|
|
|
.include <bsd.port.mk>
|