freebsd-ports/devel/p5-SVN-Look/Makefile
Philip M. Gollucci 61bcae45bc - Chase devel/apr -> devel/apr1 shuffling
PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
2010-05-18 04:08:05 +00:00

25 lines
503 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.18
PORTREVISION= 2
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
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= SVN::Look.3
.include <bsd.port.mk>