1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/p5-SVN-Look/Makefile
2011-08-26 20:17:52 +00:00

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>