freebsd-ports/devel/p5-App-SVN-Bisect/Makefile
Sunpoet Po-Chuan Hsieh e8edaa6fc9 - Add LICENSE
- Pass maintainership to submitter

PR:		ports/190240
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-26 15:33:44 +00:00

25 lines
634 B
Makefile

# Created by: Rui Paulo <rpaulo@FreeBSD.org>
# $FreeBSD$
PORTNAME= App-SVN-Bisect
PORTVERSION= 1.1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Binary search through svn revisions
LICENSE= ART20
BUILD_DEPENDS= p5-IO-All>0:${PORTSDIR}/devel/p5-IO-All \
p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck \
${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>