ChangeLog: http://cpansearch.perl.org/src/GNUSTAVO/SVN-Look-0.30/Changes - Updated dependencies to reflect new upstream requirements
28 lines
686 B
Makefile
28 lines
686 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.30
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
|
COMMENT= A caching wrapper aroung the svnlook command
|
|
|
|
BUILD_DEPENDS= subversion>=1.7.0:${PORTSDIR}/devel/subversion \
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
|
p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools
|
|
RUN_DEPENDS= subversion>=1.7.0:${PORTSDIR}/devel/subversion \
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
|
p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= SVN::Look.3
|
|
|
|
.include <bsd.port.mk>
|