mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
e74f62ee18
ChangeLog: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Look-0.25/Changes - Added required dependency on p5-URI Reported by: http://portscout.cc/glarkin@freebsd.org.html
26 lines
539 B
Makefile
26 lines
539 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.25
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
|
COMMENT= A caching wrapper aroung the svnlook command
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/svnlook:${PORTSDIR}/devel/subversion \
|
|
${SITE_PERL}/URI/file.pm:${PORTSDIR}/net/p5-URI
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= SVN::Look.3
|
|
|
|
.include <bsd.port.mk>
|